#videobox {
	position: absolute; left: 0; width: 100%; z-index: 100;
	text-align: center; line-height: 0;
	}
#videobox img { width: auto; height: auto; }
#videobox a img { border: none; }

#videoOuterContainer {
	position: relative; width: 250px; height: 250px; margin: 0 auto;
	background-color: #fff;
	}
#videoContainer {
	padding: 10px;
	}

#videoLoading {
	position: absolute; top: 40%; left: 0%; height: 25%; width: 100%;
	text-align: center; line-height: 0;
	}

#videoDataContainer {
	margin: 0 auto; width: 100%; overflow: auto; 
	font: 10px Verdana, Helvetica, sans-serif; line-height: 1.4em;
	background-color: #fff;
	}

#videoData {
	padding:0 10px;
	color: #666;
	}
#videoData #videoDetails {
	width: 70%; float: left;
	text-align: left;
	}
#videoData #videoCaption {
	font-weight: bold;
	}
#videoData #videoNumberDisplay, 
#videoData #videoNumberDisplay:link,
#videoData #videoNumberDisplay:visited {
	display: block; clear: left;
	padding-bottom: 1.0em;
	text-decoration: none;
	color: #666;
	}
#videoData #videoNumberDisplay:hover {
	
	}

#videoData #videoNumberDisplay #videoNext {
	padding: 0 10px;
	background: url(../img/vb_nextlink.gif) no-repeat right center;
	}
#videoData #videoNumberDisplay:hover #videoNext, 
#videoData #videoNumberDisplay:visited:hover #videoNext { 
	color: #00F;
	}

#videoData #videoBottomNavClose {
	width: 66px; float: right; padding-bottom: 0.7em;
	outline: none;
	}
#videoOverlay {
	position: absolute; top: 0; left: 0; width: 100%; height: 500px; z-index: 90;
	background-color: #242526;
	}
