#videooverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#videolightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	top: 1%;
}

#videolightbox a img {
	border: none;
}

#videooutercontainer {
	position: relative;
	background-color: #ffffff;
	width: 750px;
	margin: 0 auto;
	text-align: center;
}

#videocontainer {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#videodatacontainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}

#videodata {
	padding: 0 10px;
	color: #666666;
}

#videodata #videodetails {
	width: 70%;
	float: left;
	text-align: left;
}	

#videodata #videobottomnavclose {
	width: 96px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
