#dimmer{
	background:url('../images/videoAssets/dimmer.png');
	width:100%;
	height:200%;
	position:absolute;
	left:0;
	top:0;
	z-index:-2;
	overflow:hidden;
}
#video_dimmer{
	background:url('../images/videoAssets/video_dimmer.png');
	width:100%;
	/* height: 100% !important; */
	position:absolute;
	left:0;
	top:0;
	z-index:9;
	text-align:center;
	display:none;
	position: fixed;
}
#video_dimmer .video_container{
	margin: 175px auto;
	width:640px;
	height:390px;
	position:relative;
}
#video_dimmer .video_container a.close_video{
	position:absolute;
	top:-28px;
	right:-9px;
	z-index:100;
	width:39px;
	height:38px;
	background:url('../images/videoAssets/close_video.gif') no-repeat;
}
.safari #video_dimmer .video_container a.close_video{
	top:-30px;
}

.video_link{
	height:200px;
	width:200px;
	position:relative;
	margin:0 0 20px 0;
	background-size: 200px 200px !important;
	-moz-background-size: 200px 200px !important;
	-webkit-background-size: 200px 200px !important;
}


#sidebar .video_embed{
	position: relative;
	left: 10px;
}

.video_embed .info_overlay,
.video_link .info_overlay{
	background-image: url('../images/videoAssets/arrow_overlay.png');
	background-color: black;
	background-repeat: no-repeat;
	background-position: 15px center;
	padding:5px;
	color:#fff !important;
	line-height:1.4em;
	position: relative;
	top: 100%;
	font-size:12px;
	clear: both;
}
.video_embed{
	display: inline-block;
	position:relative;
	width: auto;
	margin-bottom: 10px;
}

.video_embed .info_overlay{
	width: 100%;
	padding: 0px;
}
.video_embed .info_overlay p {
	padding: 7px !important;
	margin: 0px !important;
	font-weight: normal;
	color:#fff !important;
	margin-left: 30px !important;
	font-size: 12px;
	line-height: 12px;
}
img.vThumb,
.video_embed img{
	padding:0;
	margin:0 !important;
}


.video_embed span.play-button-white,
.video_embed span.play-button{
	position:absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
}

.video_embed span.play-button-white{
}

.video_embed span.play-button-white.small,
.video_embed span.play-button.small{
	top: -5px;
	background-size: 23px 23px;
	-webkit-background-size: 23px 23px;
	-moz-background-size: 23px 23px;
}

.video_embed .info_overlay:hover,
.video_embed .info_overlay{
	bottom: 6px;
	text-decoration: none;
}

.video_embed .video_play{
	width: 100%;
	height: 100%;
	cursor: pointer;
	margin: 0px;
}

a.video_play .info_overlay,
.video_embed a:hover{
	text-decoration: none !important;
	text-align: left;
}

#interior_content .block a.video_play{
	margin: 0px !important;
}

.video_play:hover{
	border: 0;
	text-decoration: none;
}
.video_link .video_play{
	display:block;
	height:200px;
	width:200px;
}
.video_embed img.img250 {
 	width: 100% !important;
 	height: auto;
}

.info_overlay a, .info_overlay p {
	font-family: 'Lato', Arial, sans-serif;
	color: #fff;
	font-weight: bold;
}

.video_play.youtube {
	background: none;
}

