@charset "UTF-8";

/* CSS Document                  */
/* Written by Chris Converse     */
/* for lynda.com                 */

.clear_both { clear: both; line-height: 1px; }



.video_gallery_container {
	border: 1px solid #444;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(../images/filmstrip_tile.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 170px;
	background-color: #444;
	margin-top: 50px;
}

a.videoLink {
	display: block;
	margin: 0px 15px 15px 0px;
	padding: 0px;
	width: 200px;
	height: 115px;
	float: left;
	position: relative;
	cursor: pointer;
	background: no-repeat 0px 0px;
	border: 1px solid #000;
	overflow: hidden;
}

a.videoLink img.play { position: absolute; top: 25px; left: 75px; opacity: .5; }
a.videoLink div.caption {
	position: absolute; width: 165px; top: 116px; padding: 20px 20px 15px 15px; color: #fff; background-color: rgba(0,0,0,.65);
	font-family: Arial; font-size: 12px;
}
a.videoLink:hover {
	border-color: #fff;
	text-decoration: none;
}
