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

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

#rglbCenter, #rglbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #FFF;
	z-index: 120;
	border: 0px solid #58585a;
}

#rglbCenter {
	padding: 10px;
}

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

#rglbImage {
	z-index: 125;
}

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

#rglbPrevLink {
	left: 0;
}

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

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

#rglbNextLink {
	right: 0;
}

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

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

#rglbBottom {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58585a;
	line-height: 1.4em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border-top-style: none;
}

#rglbCloseLink {
	display: block;
	float: right;
	width: 40px;
	height: 30px;
	background: transparent url('img/coolclose.gif') no-repeat right;
	margin-bottom: 10px;
}

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

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

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

#rglbDescription {
	float: left;
	width: 80%;
}

#rglbDescription #rglbTitle {
	float: left;
	clear: both;
	font-weight: bold;
	margin: 0 0 12px 0;
}

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

#rglbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(img/printer.png) no-repeat center;
	margin:0 5px 0 0; 
  padding:1px;
}

#rglbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(img/disk.png) no-repeat center;
	margin:0 5px 0 0; 
  padding:1px;
}
