body{margin:0;padding:0;color:#000;font:14px Verdana,Arial,sans-serif;background:#4d4d4d;min-width:320px;padding-bottom: 1px;}

.player {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	overflow: hidden;
}

.player #adholder {
	z-index: 2147483647;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	_background-color: rgba(0,0,0,0.6);
}
.player #adholder.adoff {
	z-index: 2147483647;
	display: none;
}

.player .ad {
	_background-color:#7B7979;
	color:#fff;
	top: calc(50% - 161px);
    left: calc(50% - 150px);
    width: 300px;
    height: 250px;
    position: absolute;
	z-index:1000;
	border:0px solid #fff;
}

.player .ad #cbut {
	z-index: 2147483647;
	position: absolute;
	right: 235px;
	top: 43px;
	width: 9px;
	height: 9px;
	padding: 0px;
	background-color: transparent;
	background-image: url("/img/x.png");
	background-position: center;
	background-repeat: no-repeat;
}
.overlay_video{
				position:absolute;
				width:100%;
				height:100%;
				background-color:transparent; /* for IE8 */
				_background-color:rgba(255,255,255,0.9); /* for all browser */
				top:0;
				left:0;
				z-index:999;
			}
.divs {
   opacity: 0.0;
   -moz-opacity: 0.0;
   filter: alpha(opacity=0);
}
.a {
    margin-top: -17px;
}