#lbox-overlay {
	position: absolute;
	top: 0px; left: 0px;
	display: none;
	opacity: 0.8; filter: alpha(opacity=80);
	background: #000;
	z-index: 9989;
}

#loading_img {
	position: absolute;
	display: none;
	z-index: 9990;
}

#lightbox {
	position: absolute;
	display: none;
	padding: 0px;
	text-align: center;
	z-index: 9990;
	}
	
	#lbox-image_cont {
		position: relative;
		margin: 0px; padding: 0px;
		width: 100%;
		z-index: 9991;
		}
		
		#lightbox img {
			margin: 0px; padding: 0px;
			border: none;
			-ms-interpolation-mode: bicubic;
		}
		
		#lbox-nav {
			position: absolute;
			top: 0px; left: 0px;
			width: 100%; height: 100%;
			z-index: 9992;
			}
			
			a#lbox-back_btn, a#lbox-next_btn {
				width: 50%; height: 100%;
				display: block;
				cursor: pointer;
				text-indent: -9999px;
				background-color: transparent;
				background-repeat: no-repeat;
			}
			a#lbox-back_btn {
				float: left;
				background: transparent url(btn-prev.png) no-repeat left center;
				background-position: left center;
			}
			a#lbox-next_btn {
				float: right;
				background: transparent url(btn-next.png) no-repeat left center;
				background-position: right center;
			}
			
			
	#lbox-bottom {
		margin: 0px;
		padding: 10px 0px 0px;
		text-align: left;
		}
		
		#lbox-bottom p {
			margin: 0px;
			font: bold 12px/16px Verdana;
			color: #aaa;
			}
			#lbox-bottom p span { color: #fff; }
			
		a#lbox-close_btn {
			float: right;
			display: block;
			width: 25px; height: 22px;
			margin: 0px;
			text-indent: -9999px;
			behavior: url(lightbox/iepngfix.htc);
			background: url(btn-close.png) no-repeat;
		}