/* floating lightbox display */
#lightbox {
	display: none;
	position: absolute;
	top: 60%;
	left: 50%;
	z-index: 1600001;
	margin: -280px 0 0 -230px;
}

#lightbox[id]{
	position: fixed;
	padding-top: 13px;
	width: 460px;
}

.lightbox-content {
	background-color: #000;
	height: 406px;
	width: 460px;
	padding-top: 10px;
    position: relative;
}

.lightbox-player {
	clear: both;
	margin: 0 auto;
	padding: 0 5px;
	width: 425px;
	height: 350px;
	background: url(/images/site/ajax-loader.gif) no-repeat 50% 50%;
}

/* overlay */
#overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1600000;
	background-image: url(/images/site/lightbox-overlay.png);
	filter: alpha(opacity=80);
}

#overlay[id]{
	position:fixed;
}

/* close button */
.lightbox-close:visited, .lightbox-close {
	display: block;
	float: right;
	height: 19px;
	margin: 0 10px 6px 0;
	padding: 2px 2px 0 0;
	text-decoration: none;
	font-size: .93em;
}
