/**
 * lightbox stuf
 */
#overlay {
	display: none;
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1000;
	-moz-opacity: 0.5;
	opacity:.50;
	background-color:#333;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#lightboxContainer {
	display: none;
	position: fixed;
	z-index:1010;
	top: 100px;
	width: 0px;
	left: 50%;
}

#lightboxContainer .carousel {
	position: relative;
	left: -305px;
}

.lightbox {
	display: none;
	position: relative;
	float: left;
	top: 0;
	left: 0px;
	width: 609px;
	height: 401px;
	margin: auto;
	margin-right: 635px;
	padding: 13px;
	text-align: left;
	z-index:0;
	background-image: url("../img/global/lightbox.png");
}

.lightbox .close {
	width: 39px;
	height: 38px;
	position: absolute;
	top: -22px;
	right: -22px;
	cursor: pointer;
	background-image: url("../img/global/lightbox_close_24.png");
}