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

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

#rglbCenter, #rglbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #FFFFFF;
	z-index: 20;
}

#rglbCenter {
	padding-top: 13px;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 0px;
}

.lbLoading {
	background: #fff url('img/loading-bar-black.gif') no-repeat center;
}

#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(../images/lightbox/btn_left.gif) no-repeat 0% 50%;
}

* html #rglbPrevLink:hover { background: url(../images/lightbox/btn_left.gif) no-repeat 0% 50%; }

#rglbNextLink {
	right: 0;
}

#rglbNextLink:hover {
	background: transparent url(../images/lightbox/btn_right.gif) no-repeat 100% 50%;
}

* html #rglbNextLink:hover { background: transparent url(../images/lightbox/btn_right.gif) no-repeat 100% 50%; }

#rglbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-left: 10px;
	padding-right: 16px;
	border-top-style: none;
	padding-top: 5px;
}

#rglbCloseLink {
	display: block;
	float: right;
	width: 27px;
	height: 27px;
	background: transparent url(../images/lightbox/btn_close.gif) no-repeat center;
	margin-bottom: 10px;
}

#rglbNumber {
	display: block;
	float: left;
}

#rglbNumber.gallery {
	display: block;
	float: left;
	padding: 0px 10px 0px 0px;
}

#rglbCaption {
	margin-left: 10px;
	display: block;
	float: left;
}

#rglbDescription {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#rglbDescription #rglbTitle {
	float: left;
	clear: both;
	font-weight: bold;
}

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


