.overlay {
	background:url(/img/overlay.png);
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:1;
}

.lightbox {
	width:300px;
	height:200px;
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	color:#000;
	padding:5px;
	background:#fff;
}

.lightboxInner img {
	float:none;
}

.lightbox a {
	color:#33A9F7;
}

.lightboxStyle00 {
	width:550px;
	height:auto;
}

.lightboxStyle00 {
	padding:10px 0 0 0;
	background: url("/img/lightboxStyle00Top.png") no-repeat top left;
}
.lightboxStyle00 .lightboxInner {
	padding:15px 20px;
	background:#fff;
}
.lightboxStyle00 .lightboxBtm {
	padding:0 0 10px;
	background: url("/img/lightboxStyle00Btm.png") no-repeat bottom right;
}

.lightboxStyle00 p {
	font-size:75%;
	line-height:15px;
	padding:0 0 10px;
	text-align:justify;
}

.lightbox div.loading {
	width:24px;
	margin:0 auto;
}

.hoverNav {
	position:absolute;
	top:0;
	left:0;
	padding:5px;
}

.hoverNav div {
	display:block;
	float:left;
	height:100%;
	width:50%;
	cursor:pointer;
	background:url(blank.png); /*hack for IE - Give it a background, even if the img doesn't exist*/
}

.hoverNav div#prevLink.hover {
	background:url(/img/arrow-left.png) no-repeat center;
}

.hoverNav div#nextLink.hover {
	background:url(/img/arrow-right.png) no-repeat center;
}

