/* CSS Document */
#content .thumb{
	float: left;
	position: relative;
	width: 216px;
	height: 150px;
	border-bottom: solid 1px #000000;
	margin: 0 30px 30px 0;
	color: #696969;
	text-decoration: none;
}
#content .thumb div{
	background-color: #000000;
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    line-height: 1.1em;
    padding: 6px;
    position: absolute;
    width: 204px;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
}
#content .videos{
	float: left;
	width: 100%;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#content .videos a{
	border: none;
}
#content .videos .thumb{
    height: 94px;
    margin: 0 15px 0 0;
    position: relative;
    width: 120px;
}
#content .videos .thumb span{
	width: 44px;
	height: 36px;
	bottom: 0;
	left: 0;
	background: url(../images/arrow_white.gif) no-repeat center center #000000;
	position: absolute;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
}
#content .videos h2{
	color: #000000;
	font-size: 18px;
	margin: 0;
	font-weight: normal;
}