
.leightbox {
	color: #ddd;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
/*
	width: 50%;
	height: 50%;

	top: 150px;
	left: 200px;
	margin-left: 0px; */
	width: 600px;
	height: auto;
	
	padding: 10px;
	border: 0px;

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

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

.leightbox a, .leightbox a:visited {
	color: #222;
	text-decoration: none;
}

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

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

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

#flvplayer1 {
	margin: 0;
	padding: 0;
}





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

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