
#videoOverlay 
{
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index:100;
}
#video 
{
	width: 449px;
	height: 436px;
	background: url(../../video/images/videooverlay_bg.png) no-repeat top left;
	margin: 180px auto 0px;
	overflow: hidden;
	color: #000000;
}

#videoCenter 
{
	height: 330px;
	width: 400px;
	margin-top: 50px;
	margin-left: 25px;
	overflow: hidden;
}

.videoClose 
{
	display: block;
	clear: both;
	float:right;
	width: 77px;
	height: 15px;
	background: url(../../video/images/video_close.png) no-repeat top left;
	z-index: 104;
	margin-top: 8px;
	margin-right:5px;
	
}


#videoLeft span 
{
	display: block;
	clear: left;
}
#videoRight 
{
	position:relative;
	width: 335px;
	margin-top: 20px;
	float: left;
}
#videoLeft li 
{
	position: relative;
	left: 20px;
}
#videoLeft ul 
{
	margin-top: 20px;
	margin-bottom: 60px;
}
#videoLeft a, #videoLeft a:hover, #videoLeft a:visited 
{
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}
#videoRight ul 
{
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

