#simple-lightbox-overlay {
	position:absolute;
	margin: 0px;
	padding: 0px;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	/* set background-color with fallback for older IE */ 
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	background-image: url('ajax-loader.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
#simple-lightbox-overlay img {
	background-color: #fff; /* set to avoid funny glitches with transparent pictures */
	position: absolute;
	border: 5px solid #9bbdde;
	z-index: 9999;
}
#simple-lightbox-text {
	background-color: #fff;
	color: #06f;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
