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

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

#rglbCenter{
	margin-top: 32px;
	position: absolute;
	left: 50%;
	/*overflow: hidden;*/
	background-color: #000;
	z-index: 20;
}

#rglbCenter {
	padding: 10px;
}

.rglbLoading {
	background: #fff url('img/dica-loaderb.gif') no-repeat center;
	border: 0px 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/coolprev2.gif') no-repeat 0% 50%;
}

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

#rglbNextLink {
	right: 0;
}

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

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

#rglbBottom {
	margin-top: 0px;
	position: absolute;
	top: 0px;
	left: 50%;
	/*overflow: hidden;*/
	z-index: 30;
}
/*
#rglbCloseLink {
	display: block;
	float: right;
	width: 45px;
	height: 30px;
	background: transparent url('img/coolcloseb.gif') no-repeat center;
	margin-bottom: 10px;
}
*/
#rglbCloseLink{
	position: absolute;
	top: 20px;
	right: -32px;
	background: url('img/close.png') no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 45;
}


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

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

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

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

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

#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;
}
