@charset "UTF-8";


.video_gallery_container {
    padding-top: 10px;
    padding-right: 26px;
    padding-left: 64px;
    padding-bottom: 25px;
    border: 2px solid #444;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #000 url(../images/filmstrip_tile.png) repeat-y 0px 0px;
    height: 690px;
    float: left;
    overflow-y: scroll;
    margin-right: 20px;
    width: 325px;
    margin-top: 0px;
}

/* CSS Document                  */
/* Written by Chris Converse     */
/* for Lynda.com                 */

.clear_both { clear: both; line-height: 1px; }

a.videoLink {
	display: block;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding: 0px;
	width: 200px;
	height: 115px;
	position: relative;
	cursor: pointer;
	background: no-repeat 0px 0px;
	border: 1px solid #000;
	float: right;
}

a.videoLink img.play { position: absolute; top: 25px; left: 10px; }

a.videoLink div.caption {
	position: absolute; width: 180px; bottom: 0px; padding: 15px 10px 10px 10px; color: #fff; background-color: rgba(0,0,0,.5);
	font-family: Arial; font-size: 12px;
}
.video_gallery_container .html5lightbox #playBtn {
	position: static;
}
.html5lightbox .html5lightbox #playBtn:hover {border-color: #fff;
}


a.videoLink:hover {
	border-color: #fff;
	color: #9A9797;
}
.left {

}
.video_gallery_container img:hover {
	border: thin solid #F6F3F3;
}
