/*
Free Html5 Responsive Templates
Author: imbre
Author URI: http://www.starshd.org/
*/
/* -------------------------------------------- */
body{margin:0;padding:0;color:#FDFDFD;font:14px Verdana,Arial,sans-serif;background:#4d4d4d;min-width:320px}

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

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

.player .adbox {
	display: block;
	position: relative;
	_overflow: hidden;
	_left: 50%;
	_bottom: 50%;
	_margin-bottom: -125px;
	_margin-left: -150px;
	width: 600px;
	height: 250px;
	margin: 1px 34px 0px 70px;
	margin-top: 36px;
	padding-top: 0px;
	_background: #333;
	_border: 2px solid #222;
}

.player .adbox #cbut {
	position: absolute;
	right: 249px;
	top: 88px;
	width: 9px;
	height: 9px;
	padding: 0px;
	background-color: transparent;
	background-image: url("/images/close.png");
	background-position: center;
	background-repeat: no-repeat;
}
.divs {
   opacity: 0.0;
   -moz-opacity: 0.0;
   filter: alpha(opacity=0);
}