@charset "UTF-8";
/* CSS Document for e20cl Lightbox */

#lightbox_background.display {
	display: block;
	position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url('../images/css/lightbox/overlay.png') repeat;
    text-align:center;
	z-index: 100;
} 

#lightbox_holder {
	display: none;
	position: absolute;
	width : auto;
	padding: 15px;
	background-color : #FFF;
	z-index : 110;
}

#lightbox_holder .close {
	position: absolute;
	top: -20px;
	right: -20px;
	cursor: pointer;
}

#lightbox_holder img.lightbox {
	position: relative;
	top: 0;
	left: 0;	
}

#lightbox_holder #lightbox_next {
	display: block;
	position: absolute;
	top: 60px;
	right: 15px;	
	width: 82px;
	height: 65px;
	cursor: pointer;
	background:url('../images/css/lightbox/controls.jpg') transparent 0 0 no-repeat;
	background-position: -82px 0;
	z-index: 333;
}

#lightbox_holder #lightbox_prev {
	display: block;
	position: absolute;
	top: 60px;
	left: 15px;	
	width: 82px;
	height: 65px;
	cursor: pointer;
	background:url('../images/css/lightbox/controls.jpg') transparent 0 0 no-repeat;
	background-position: 0 0;
	z-index: 333;
}