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

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

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

#rglbCenter {
	padding: 14px;
}

.rglbLoading {
	background: #fff url('img/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/prev_w.png') no-repeat 0% 50%;
}
* html #rglbPrevLink:hover { background: transparent url('img/prev_w.gif') no-repeat 0% 50%; }
#rglbNextLink:hover {
	background: transparent url('img/next_w.png') no-repeat 100% 50%;
}
* html #rglbNextLink:hover { background: transparent url('img/next_w.gif') no-repeat 100% 50%; }
*/
#rglbNextLink {
	right: 0;
}
#rglbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 15px;
	text-align: left;
	padding-left: 14px;
	padding-right: 14px;
	border-top-style: none;
	height:  100px;
}

#rglbCloseLink {
	display: block;
	/*float: right;*/
	width: 16px;
	height: 16px;
	/*background: transparent url('img/close.gif') no-repeat right;*/
	/*margin-top: 10px;
	margin-bottom: 10px;*/
	position:  absolute;
	bottom: 14px;
	right: 16px;

}

#rglbNumber {
	display: block;
  position:  absolute;
	bottom: 14px;
	left: 0px;
}

#rglbNumber.gallery {
	display: block;
 position:  absolute;
	bottom: 14px;
	left: 14px;
}

#rglbCaption {
	margin-left: 14px;
	display: block;
	
	margin-bottom: 14px;
	
}

#rglbDescription {
	float: left;
	height: 80px;

	margin-bottom: 14px;
	
}

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

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

#rglbPrintLink {
	display: block;
	width: 16px;
	height: 16px;
	/*background: transparent url(img/print_image.png) no-repeat center;*/
  position:  absolute;
	bottom: 14px;
	right: 70px;
}

#rglbSaveLink {
	display: block;
	width: 16px;
	height: 16px;
	/*background: transparent url(img/save_image.png) no-repeat center;*/
	  position:  absolute;
	bottom: 14px;
	right: 130px;
}
