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

/*
 * IE PNG FIX
 */
 
a, img, div { behavior: url(../fileadmin/system/css/iepngfix.htc) }

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

#rglbCenter {
	background-color: #fff;
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 20;
	border: 1px solid #ff6400;
	padding: 25px 25px 34px;
}

#rglbCenter a{
	outline:none;
}

.rglbLoading {
	background: #012138 url('img/loading-bar-black2.gif') no-repeat center;
	border: 1px solid #666;
}

#rglbImage {
	z-index: 25;
}


#rglbPrevLink, #rglbNextLink {
	position: absolute;
	cursor: pointer;
	background: tranparent;
	z-index:12;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

a#rglbPrevLink {
	bottom:7px;
	right:80px;
	width: 20px;
	background: url('../img/xeogallery/imgprev.png') no-repeat left bottom;
}

a#rglbNextLink {
	bottom:7px;
	right:60px;
	width: 20px;
	background: url('../img/xeogallery/imgnext.png') no-repeat right bottom;
}

a#rglbPrevLink:hover {
	background: url('../img/xeogallery/imgprev.png') no-repeat left bottom;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

a#rglbNextLink:hover {
	background: url('../img/xeogallery/imgnext.png') no-repeat right bottom;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#rglbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
	padding:10px 0;
	border-top-style: none;
	left:0;
}

#rglbCloseLink {
	background:transparent url(../img/xeogallery/xeoClose.png) no-repeat scroll center center;
	display:block;
	height:18px;
	position:absolute;
	right:16px;
	top:16px;
	width:18px;
}

#rglbCloseLink:hover {
	background:transparent url(../img/xeogallery/xeoClose_orng.png) no-repeat scroll center center;
}

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

#rglbNumber.gallery {
	display: block;
	float: right;
}

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

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

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

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

#rglbBlaettern{
	text-align:center;
	width:100%;
}