	@charset "UTF-8";
/* CSS Document */


body, body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

/* Div layer for the entire banner. */
#container_dc {
	position: absolute;
	width: 300px;
	height: 250px;
	top: 0px;
	left: 0px;
	margin: auto;
	display:none;

}

#content_dc {
	position: absolute;
	width: 298px;
	height: 248px;
	border:1px solid #666666;
	bottom: 0px;
	left: 0px;
	background-color: #FFF;
	z-index: 100;
	overflow: hidden;

	/*
	background-image: url('imgs/bg.jpg');
	*/
}

/* Invisible button for background clickthrough. */
#replayBtn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 500;
}


#myReplay{
	position:absolute;
	top:2px;
	right:2px;
	z-index: 205;
	visibility: hidden;
	cursor: pointer;
}



/*
.video_controls_dc {
	position: absolute;
	top: 228px;   /*275 228, 180 */






#video_control_play_dc {
/*	background-image:url('img/play.png');
	background-repeat:no-repeat;*/
	position: absolute;
	left: 5px;
	top: 228px;   
	visibility: hidden;
	width: 20px;
	height: 18px;
	z-index: 300;
	cursor: pointer;
}

#video_control_pause_dc {
/*	background-image:url('img/pause.png');
	background-repeat:no-repeat;
*/
	position: absolute;
	left: 5px;
	top: 228px;   
	visibility: hidden;
	width: 20px;
	height: 18px;
	z-index: 299;
		cursor: pointer;
}


#video_control_unmute_dc {
/*	background-image:url('img/unmute.png');
	background-repeat:no-repeat;*/
	position: absolute;
	left: 28px;
	top: 228px;   
	width: 20px;
	height: 18px;
	visibility: hidden;
	z-index: 297;
	cursor: pointer;
}

#video_control_mute_dc {
	position: absolute;
	left: 28px;
	top: 228px;   
	width: 20px;
	height: 18px;
	visibility: hidden;
	z-index: 296;
	cursor: pointer;
}




#m_wood{
	position:absolute;
	top:0px;
	left:0px;
	z-index: 200;
	visibility: hidden;
	cursor: pointer;
}





#m_logo{
	position:absolute;
	top:0px;
	left:0px;
	z-index: 199;
	visibility: hidden;
	cursor: pointer;
}
#m_cta{
	position:absolute;
	top:0px;
	left:0px;
	z-index: 198;
	visibility: hidden;
	cursor: pointer;
}

#m_bg{
	position:absolute;
	top:0px;
	left:0px;
	z-index: 197;
	visibility: hidden;
	cursor: pointer;
}

#video_dc{
	position:absolute;
	top:0px;
	left:0px;
	height: 248px;
	width: 298px;
	z-index: 196;
	cursor: pointer;
}

#myCta{
	position:absolute;
	top:0px;
	left:0px;
	z-index: 190;
	visibility: hidden;
	cursor: pointer;
}

#myTune{
	position:absolute;
	top:0px;
	left:0px;
	z-index: 180;
	visibility: hidden;
	cursor: pointer;
}
#myWoody{
	position:absolute;
	top:0px;
	left:0px;
	z-index: 175;
	visibility: hidden;
	cursor: pointer;
}
#myTitle{
	position:absolute;
	top:0px;
	left:0px;
	z-index: 170;
	visibility: hidden;
	cursor: pointer;
}



#myBG{
	position:absolute;
	top:0px;
	left:0px;
	z-index: 160;
	visibility: hidden;
	cursor: pointer;
}






/* Invisible button for background clickthrough. */
#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 50;
}


