.videoTop {
	float: left;
}
/*CLASSES for video list*/
.videoBottom {
	padding: 20px;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	float: left;
	width: 918px;
	clear: left;
}

.row { 
	position:relative; 
	margin-left:-53px;
	float: left;
	margin-bottom: 22px;
	border: 0px solid red; 
}
.row.last { margin-bottom: 0; }
.videoBottom .row { width: 970px; }
.col { padding-left:53px; float:left; position:relative; }
.gu1 { width: 141px; }

.videoCaption {
	color: #333333;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	margin: 10px 0 0 0;
	width: 141px;	
}
/*CLASSES for video list END*/

.videoTopLeft {
	height: 405px;
	float: left;
	width: 720px;
}

.videoTopLeft img {
	height: 405px;
	width: 720px;
}

.videoTopRight {
	background-color: #000000;
	height: 405px;
	float: left;
	width: 240px;
	display: table;
	#position: relative; /*the pound sing is for IE only*/ 
	overflow: hidden;
}

.videoTopRightInner {
	#position: absolute;
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
}

.videoTopRContent {
	#position: relative;
	#top: -50%;
	margin: 0 0 0 30px;
}

.videoTitle {
	font-family: Times New Roman;
	font-size: 16pt;
	line-height: 22pt;
	color: #FFFFFF;
	margin: 0;
}

.videoSubTitle, .videoSubTitle a {
	font-family: arial;
	font-size: 12pt;
	line-height: 22pt;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
}

.separator {
	height: 40px;
}

