#overlay {
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(20, 20, 20, 0.9);
*background: #fff;
*filter: alpha(opacity=80);
	display: none;
	z-index:9999;
}
#lightbox {
	position: fixed;
	_position: absolute;
	top: 50%;
	left: 50%;
	padding: 5px;
	background: #000;
	width: 600px;
	height: 400px;
	margin: -200px 0 0 -300px;
	display: none;
	z-index:10000;
/*	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;*/
}
#lightbox.loading {
	background: #000 url('images/loading-lightbox-demo.gif') no-repeat 50% 50%;
}
#lightbox a.close {
	margin-top:5px;
	color: #111;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	font-size: 10px;
	z-index: 5;
	 background:url(images/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;
	 opacity: 0.9;
	/*padding: 8px 14px 4px 6px;*/
}
#lightbox a.prev{
		margin-left:5px;
	 background:url(images/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	opacity: 0.9;
	}


#lightbox a.next {
	margin-right:5px;
	 background:url(images/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	opacity: 0.9;
}
#lightbox a.next {
	left: auto;
	right: 0;
}
#lightbox a:hover.prev, #lightbox a:hover.next,#lightbox a:hover.close  {
	opacity: 1;
}

