
.leightbox {
	color: #ddd;
	display: none;
	position: absolute;
/*	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
*/
	top: 150px;
	/*left: 50%;*/
	margin-left: 151px;
	width: 402px;
	height: 420px;
	
	padding: 20px;
	border: 0px;

	/*background-image: url('../images/background.gif');
	background-position: top left;
	background-repeat: repeat-x;*/
	background-color: #5987c6;

	text-align: left;
	z-index:1001;
	overflow: auto;	
}

.leightbox a, .leightbox a:visited {
	color: #fff;
	text-decoration: none;
	padding-bottom: 5px;
}

.leightbox a:hover {
	text-decoration: underline;
}

.leightbox p {
	margin: 0;
	padding: 0;
}

.leightbox .video-label {
	text-align: center;
	color: #fff;
}

#flvplayer1, #flvplayer2, #flvplayer3, #flvplayer4, #flvplayer5, #flvplayer6 {
	margin: 0;
	padding: 0 0 14px 0;
}





#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#000;
	-moz-opacity: 0.75;
	opacity:.75;
	filter: alpha(opacity=75);
}

.lightbox[id]{ /* IE6 and below Can't See This */
	position:fixed;
}
#overlay[id]{ /* IE6 and below Can't See This */   
	position:fixed;
}
