@charset "utf-8";
.bs2_videoPageContainer {
	width:981px;
	height:auto;
	padding:10px 0 0 0;
	float:left;
	clear:both;
}
.bs2_videoBgContainer {
	width:981px;
	height:418px;
	background: url(../images/video/bs2_videoContainer_bg.jpg) no-repeat;
}
.bs2_videoWindowContainer {
	width:640px;
	height:422px;
	margin:auto;
	padding:7px 0 0 0;
}
.bs2_videoMainTitle {
	padding:10px 0 0 15px;
}
#thumbList {
	padding:5px 0 15px 5px;
	float:left;
}
.videoThumbContainer {
	width:150px;
	height:126px;
	float:left;
	clear:none;
	margin: 0 5px 7px 5px;
	background: url(../images/video/youTubeVidTitle_bg.gif) 0 84px repeat-x;
}
.videoThumbImage {
	width:150px;
	height:84px;
	clear:none;
	display:block;
	overflow:hidden;
}
.videoThumbImage img{
	width:150px;
	height:114px;
	margin-top:-15px;
}
.videoThumbTitle {
	width:144px;
	height:15px;
	clear:none;
	display:block;
	float:left;
	clear:both;
	padding:3px 3px 0 3px;
}

a.videoThumbTitle, a.videoThumbTitle:visited {
	width:auto;
	text-decoration:none;
}
a.videoThumbTitle:hover {
	text-decoration:underline;
}
/* Pagination */
.paginationLinks a{
	color: #FFCC00;
	text-decoration:none;
}
		#vidLinks{
			padding: 0 0 0 15px;
			position: relative;
			color: #000;
		}
			/*pagination */
			.paginationLinks{
				height: 15px;
			}
				.paginationLinks a{
					color: #FFCC00;
					text-decoration:none;
				}
				.pageLinks{
					height: 15px;
					width: auto;
					text-align: right;
					position: absolute;
					right: 25px;
					top: 0;
				}
					#pagination-flickr li{
						list-style: none;
						float: left;
						padding: 0 5px 0 0;
						color: #999;
					}
				.pageTotals{
					height: 15px;
					font-size: 11px;
					float: left;
					color: #333;
					line-height: 12px;
					
				}
					.pageTotals strong{
						font-size: 11px;
						line-height: 12px;
					}
			#linksContainer{
				clear: both;
				padding: 10px 0 0;
			}
				.videoLink{
					display: block;
					position: relative;
					height: 120px;
					width: 150px;
					color: #fff;
					text-decoration: none;
					float: left;
					overflow: hidden;
					margin: 0 5px 5px 0;
				}
					.videoLink .vidOverlay{
						position: absolute;
						display: block;
						background:url(/images/videochannel/vidOverlay.png) no-repeat 0 0 ;
						left:0;
						height: 120px;
						width: 150px;
						z-index: 2;
					}
					.videoLink:hover .vidOverlay{
						background:url(/images/videochannel/vidOverlay.png) no-repeat 0 -120px;
					}
					.videoLink img{
						width: 150px;
						margin: -15px 0 0;
					}
					.linkText{
						position:absolute;
						left: 5px;
						top:85px;
						height: 25px;
						width: 142px;
						color: #fff;
						line-height: 16px;
						z-index: 3;
					}
