#lightbox{
	display:none;
	position:absolute;
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;	
	z-index: 200;
}

#overlay{
    background-image: url(overlay.png);
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index: 100;
	width:100%;
}

* html #overlay{
	background-color: #000;	
	filter: alpha(opacity=80);
}

#loadingImage{
    position: absolute;
    z-index: 1;
}
	
#lightboxDetails{
    font-family: verdana;
    font-size: 16px;
	padding-top: 10px;
	text-align: center;
}

.lightboxNav{
    padding: 0 10px;
}

#lightboxCaption{
    margin-bottom: 10px;
}

#closeButton{
    position:absolute;
    top: 10px;
    right: 10px;
    z-index: 300;
}

#lightbox img{
    border: none;
    clear: both;
} 

#overlay img{
    border: none;
}



	
