*{
	border:0 none;
	margin:0;
	padding:0;
}

strong{
	font-weight: bold;
}

/* video reskin */
#mb_header {
	background: url(/images/videochannel/mb_channelMenu.jpg) 0 0 no-repeat;
}

#mb_outer_container {
	background: url(/images/videochannel/mb_channelBg.jpg) center top no-repeat;
}
/* video content */
.funstuff_content{
	background: url(/images/v2010/backgrounds/mb_bg_5px.jpg) repeat-x center -107px #00284D;
}
#videochannel_outer{
	background: url(/images/videochannel/mb_channelBg_old.jpg) center top no-repeat;
}

#videochannel_inner{
	width: 960px;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	height: auto;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

.clearFix{
	clear:both;
}
#playerPanel{
	position: relative;
	width: 960px;
	height: 485px;
}
	#playerPanel h1{
		background: url(/images/videochannel/mb_curtain_overlay.png) left bottom no-repeat;
		position: relative;
		z-index: 2;
		height: 75px;
		width: 930px;
		font-size: 22px;
		font-weight: bold;
		padding: 32px 0 0 30px;
	}
	#playerContainer{
		position: absolute;
		height: 360px;
		width: 640px;
		left: 164px;
		top: 91px;
	}

	#videosTop{
		background:url(/images/v2010/backgrounds/mb_contentTop.gif) no-repeat 0 0;
		height:14px;
		overflow:hidden;
		width:960px;
	}
	#warningMessage{
		padding:  0 0 10px 15px;
		
	}
	#videosContent{
		background: #fff;
		height: auto;
		width:960px;
	}
		#videosHeader{
			background:url(/images/videochannel/mb_headerLong.jpg) no-repeat 0 0;
			clear:both;
			height:40px;
			margin:0 auto;
			width:950px;
		}
			
			.header{
				background:url(/images/v2010/buttons/mb_kidLeft.jpg) no-repeat 0 0 ;
				height:39px;
				padding: 0 0 0 14px;
			}
			.headerText{
				background:url(/images/v2010/buttons/mb_kidMid.jpg) repeat-x 0 0;
				float:left;
				height:39px;
				width:auto;
				color:#FFFFFF;
				font-size:18px;
				font-weight:bold;
				padding:10px 0 0;
			}
			.headerRight{
				display: block;
				background:url(/images/v2010/buttons/mb_kidRght.jpg) no-repeat 0 0 ;
				float:left;
				height:39px;
				width:14px;
			}
		#vidLinks{
			padding: 0 0 0 15px;
			position: relative;
			color: #000;
		}
			/*pagination */
			.paginationLinks{
				height: 15px;
			}
				.paginationLinks a{
					color: #005DAB;
					text-decoration:none;
				}
				.pageLinks{
					height: 15px;
					width: auto;
					text-align: right;
					position: absolute;
					right: 25px;
					top: 0;
					font-size: 12px;
				}
					#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;
						font-size: 12px;
					}
			
	#videosBottom {
		background:url(/images/v2010/backgrounds/mb_contentBtm.gif) no-repeat 0 0;
		height:14px;
		width:960px;
	}
	
	
