@charset "utf-8";

/*
table.detail td div.overlay {background:url(../img/transparent.png) no-repeat; margin:0; padding:40px; width:576px; height:auto; display:none; border-bottom:none;}
.close {display:block; width:35px; height:35px;  background:url(../img/close.png) no-repeat; position:absolute; top:9px; right:12px; cursor:pointer;}
a.player {display:block; height:450px;}
*/

table.detail td div.overlay {margin:0; padding:20px; width:auto; height:auto; display:none; border:none; background-color:#000;}

table.detail td div.overlay {-moz-box-shadow: 0 0 30px #000; -webkit-box-shadow: 0 0 30px #000; -webkit-transition: all 0.1s ease-out;}

table.detail td div.overlay {
  -moz-border-radius: 12px; /* FF1+ */
  -webkit-border-radius: 12px; /* Saf3-4 */
  border-radius: 12px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

table.detail td div.overlay img {margin:0; padding:0; width:800px;}

.close {display:block; width:62px; height:35px;  background:url(../img/overlay-close.png) no-repeat; position:absolute; bottom:-24px; right:7px; cursor:pointer;}

a.player {display:block; width:640px; height:480px;}







