/* SLIGHTBOX */
/* variation on SLIMBOX */

#rglbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: default;
	z-index: 15;
}

#rglbCenter, #rglbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background: url("../img/gallery/lightboxOverlayBg.png") repeat-x #1e1e1e;
	background-position: bottom;
	z-index: 20;
}

#rglbCenter {
	padding: 0px;
}

.rglbLoading {
	background: #fff url('../img/gallery/loading-bar-black.gif') no-repeat center;
	border: 1px solid #666;
}

#rglbImage {
	z-index: 25;
}

#rglbPrevLink, #rglbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index: 26;
}

#rglbPrevLink {
	left: 0;
}

#rglbPrevLink:hover {
	background: transparent url('../img/gallery/arrowLeft.png') no-repeat 5% 50%;
}

* html #rglbPrevLink:hover { background: transparent url('../img/gallery/arrowLeft.gif') no-repeat 0% 50%; }

#rglbNextLink {
	right: 0;
}

#rglbNextLink:hover {
	background: transparent url('../img/gallery/arrowRight.png') no-repeat 95% 50%;
}

* html #rglbNextLink:hover { background: transparent url('../img/gallery/arrowRight.gif') no-repeat 100% 50%; }

#rglbBottom {
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: left;
	border-top-style: none;
}

#rglbCloseLink {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	outline: none;
	z-index: 29;
	height: 10%;
	background: transparent url('../img/gallery/close.png') no-repeat 98% center;
}

* html #rglbCloseLink { background: transparent url('../img/gallery/close.gif') no-repeat 98% center; }

#rglbNumber {
	color: #666;
}

#rglbNumber.gallery {
}

#rglbCaption {
}

#rglbDescription {
	padding: 10px;
	display: block;
	line-height: 16px;
}

#rglbDescription #rglbTitle {
	clear: both;
	font-weight: bold;
    padding: 10px;
}

#rglbDescription #rglbCaption {
	margin-left: 0;
}
