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

#rglbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(250, 250, 210);
	cursor: pointer;
	z-index: 15;
}

#rglbCenter, #rglbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: rgb(250, 250, 210);
	z-index: 20;
	border: 2px solid rgb(255, 179, 0);
}

#rglbCenter {
	padding: 10px;
}

.rglbLoading {
	background: rgb(250, 250, 210) url('img/ajax-loader.gif') no-repeat center;
	border: 2px solid rgb(255, 179, 0);
}

#rglbImage {
	z-index: 25;
}


#rglbPrevLink, #rglbNextLink {
	position: absolute;
	cursor: pointer;
	background: transparent;
	z-index:12;


}



#rglbPrevLink
{

	bottom:10px;
	right:45px;
	margin: 5px;
	height: 45px;
	width: 45px;
	background: url('img/coolprev.gif') no-repeat bottom left;

}



#rglbNextLink {
	right: 10px;
	bottom:10px;
	margin: 5px;
	height: 45px;
	width: 45px;
	background: url('img/coolnext.gif') no-repeat bottom right;

}


#rglbBottom {
	font-family: Verdana;
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-top-style: solid;
}

#rglbCloseLink {
	display: block;
	float: right;
	width: 29px;
	height: 29px;
	background: transparent url('img/close_shb.jpg') no-repeat center;
	margin-top: 10px;
}

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

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

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

}

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

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

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