/* SLIGHTBOX */
/* variation on SLIMBOX */

#rglbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 15;
}
* html #rglbOverlay {
	overflow: hidden;
}
#rglbCenter, #rglbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #FFF;
	z-index: 20;
	border: none;
}

#rglbCenter {
	padding: 10px;
}
* html #rglbCenter {
	margin: 0px;
	padding: 0px;
}

.rglbLoading {
	background: #fff url('../img/galerie/loading-bar-black.gif') no-repeat center;
	border: none;
}

#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/galerie/pfeil-links-weiss.png') no-repeat 8% 50%;
}

* html #rglbPrevLink:hover { background: transparent url('../img/galerie/pfeil-links-weiss-ie6.gif') no-repeat 8% 50%; }

#rglbNextLink {
	right: 0;
}

#rglbNextLink:hover {
	background: transparent url('../img/galerie/pfeil-rechts-weiss.png') no-repeat 92% 50%;
}

* html #rglbNextLink:hover { background: transparent url('../img/galerie/pfeil-rechts-weiss-ie6.gif') no-repeat 92% 50%; }

#rglbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.4em;
	line-height: 16px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border-top-style: none;
	font-weight: normal;
}

#rglbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 30px;
	background: transparent url('../img/galerie/closelabel.gif') no-repeat top right;
	margin-bottom: 10px;
}
* html #rglbCloseLink {
	margin: 10px 0px 0px 0px;
}

#rglbNumber {
	display: block;
	float: left;
}
* html #rglbNumber {
	margin: 10px 0px 0px 0px;
}
#rglbNumber.gallery {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	padding: 0px;
}

#rglbCaption {
	margin-left: 10px;
	padding: 0px 0px 15px 0px;
	width: 100%;
	display: block;
	float: left;
	font-weight: normal;
}
* html #rglbCaption {
	padding: 0px 0px 10px 0px;
}

#rglbDescription {
	float: left;
	padding: 0px;
	font-weight: normal;
	clear: both;
}
#rglbDescription a {
	color: #FF6605;
}
#rglbDescription #rglbTitle {
	float: left;
	clear: both;
	font-weight: normal;
}

#rglbDescription #rglbCaption {
	margin-left: 0;
}

#rglbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: #000 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;
}
