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

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

#rglbCenter, #rglbBottom {
	position: absolute;
	left:50%;
	overflow: hidden; 
/*	background-color: #000; */
	background-color: #fff;
	z-index: 20;
/*	border: 1px solid #666;*/
	padding:5px;
}


*+html #rglbBottom {
	max-height:35px;
}	

.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/pfeil.jpg') no-repeat 0% 20%;
}

* html #rglbPrevLink:hover { background: transparent url('img/pfeil.jpg') no-repeat 0% 20%; }

#rglbNextLink {
	right: 0;
}

#rglbNextLink:hover {
	background: transparent url('img/pfeil.jpg') no-repeat 100% 20%;
}

* html #rglbNextLink:hover { background: transparent url('img/pfeil.jpg') no-repeat 100% 20%; }

#rglbBottom {
/*	font-family: Verdana, Helvetica, sans-serif; */
/*	font-size: 10px; */
	font-size:90%;
	color: #999;
	line-height: 1.4em;
	text-align: left;
/*	padding-left: 5px;*/
/*	padding-right: 10px; */
	border-top-style: none;
}


#rglbCloseLink {
	display: block;
	float: right;
/*	width: 80px; */
	width: 20px;
/*	height: 30px; */
	height: 15px;
	background: transparent url('img/zu_2.png') no-repeat center;
	margin-bottom: 5px;
}

*html #rglbCloseLink{
	height: 10px;
	width:20px;
	margin-bottom: 0px;
	background: transparent url('img/zu_2.jpg') no-repeat center;
}		

/* *+ kann nur der IE 7 lesen*/
*+html #rglbCloseLink{
	height:20px;
	width:20px;
	margin-bottom: 0px;
	background: transparent url('img/zu_2.jpg') no-repeat center;
}


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

#rglbNumber.gallery {
	display: block;
	float: left;
/*	padding: 10px;*/
}

#rglbCaption {
	margin-left: 10px;
	display: block;
	float: left;
/*	font-size:120%; */
}

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

*html #rglbDescription {
	float: left;
	padding-left: 2px;
}


*+html #rglbDescription {
	float: left;
	padding-left: 2px;
}

#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: 16px;
	background: transparent url(img/disk.png) no-repeat center;
	margin:0 5px 0 0; 
  padding:1px;
}
