
#middleBanner div.leftVideo {
	width: 450px;
	margin-top: 20px;
	float: left;
	margin-left: 30px;
	background: #fff;
	clear: both;
}
#middleBanner div.centerVideo {
	margin-top: 170px;
	float: left;
	margin-left: 20px;
	padding-left:0px;
	background: gray;
	}
#middleBanner div.rightVideo {
	margin-top: 15px;
	float: right;
	margin-left: 0px;
	padding-left: 0px;
	background: transparent;
}
#accVideoContainer{
	width: 290px;
	float: right;
	background: #fff;
	border-top: 2px solid #fff;	
	border-bottom: 2px solid #fff;	
}
.accToggler{
	padding-top: 3px;
	padding-bottom: 3px;
	background: #3464a5;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	clear: both
}
.accContent{
	margin: 0px 0px 0px 0px;
	background-color: #e1e1e1;
	width: 290px;
	clear: both;
}
#middleBanner ul.accSubtitleVideo{
	border-left: 1px solid #e4ebf2;
	border-right: 1px solid #e4ebf2;
	line-height: 15px;
	height: 100%;
	background: #fff;
}
ul.accSubtitleVideo li{
	padding: 1px 0px;	
	margin-left: 30px;
	list-style-position: outside;
	list-style-image: url(/images/global/videoSM.png);
	background: transparent;
	width: 100%;
}
ul.accSubtitleVideo li.last{
	padding-bottom: 5px;
}