/*CSS for Video Home Page Module */
.video-thumbnail-container-schedule {
position:absolute;
}

.video-thumbnail-outside-schedule {
top:0px;
left:0px;
overflow:hidden;
height:146px;
width:260px;
display:block;
position:relative !important;
}

.slideshow .navigation {
	z-index:1;
	
}

.video-thumbnail-schedule {
top:-25px;
position:absolute;
height:180px;
width:260px;
overflow:hidden;

}

.video-thumbnail-schedule img {
display:block;
height:200px;
width:300px;
}

.video-box-schedule {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
/*background:gray none repeat scroll 0 0;*/
margin:10px auto 0;
width:260px;
}

.video-caption-schedule {
/*background-color:#034168;*/
font-size:11px;
font-weight:bold;
color:#FFF;
height:85px;
padding-top:10px;
overflow:hidden;
width:260px !important;
}


.video-desc-schedule {
/*background-color:#034168;*/
font-weight:normal;
padding-top:5px;
overflow:hidden;
}


.navigation {
left:-15px;
position:absolute;
top:80px;
width:290px;
z-index:400;
}

.video-play, .image-link {
display:block;
height:146px;
position:relative;
width:260px;
z-index:20;
}

.youtube .loading {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:url(../img/program-schedule/loading.gif) no-repeat scroll center center #000;
height:146px;
overflow:hidden;
text-indent:-1000px;
}

.video-play .video-play-button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../img/homepage/btn-play.png) no-repeat scroll 0 0;
cursor:pointer;
display:block;
height:55px;
left:100px;
overflow:hidden;
position:absolute;
text-indent:-1000px;
top:45px;
width:55px;
}