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

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

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	z-index: 20;
	border: 1px solid #4f4f4f;  /*666;*/ 
}

#lbCenter {
	padding: 10px;
}

.lbLoading {
	background: #fff url('/fileadmin/img/rgsmoothgallery/loading-bar-black.gif') no-repeat center;
	border: 1px solid #666;
}

#lbImage {
	z-index: 25;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index: 26;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('/fileadmin/img/rgsmoothgallery/fleche1.png') no-repeat 0% 50%;
}

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

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('/fileadmin/img/rgsmoothgallery/fleche2.png') no-repeat 100% 50%;
}

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

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	background: #d5d0ba;
	color: #000;
	line-height: 1.4em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
/*	border-top-style: none;     */
        border-right-color: #d5d0ba;
        border-bottom-style: none;
        border-left-style: none;
}

hr {
	border: solid #d5d0ba 1px;
	height:1px;
	margin: 0;
	padding: 0;
}

#lbCloseLink {
	/*   display: block;   */
	float: right;
	width: 67px;
	height: 47px;
	background: transparent url('/fileadmin/img/rgsmoothgallery/close_2.png') no-repeat center;
	margin-bottom: 10px;
	z-index: 20;
}

#lbNumber {
	width: 30%;
	display: none;
	float: left;
}

#lbNumber.gallery {
	clear: both;
	position: absolute;
	left:35%;
	right:35%;
	bottom:0;
        text-align: center;
/*
	display: block;
	float: left;
*/
	padding: 10px 10px 20px 10px;
	z-index: 10;
}

#lbCaption {
	clear: both;
	margin-left: 10px;
	display: block;
	float: left;
}

#lbDescription {
	float: left;
	clear: both;
	padding-right: 10px;
}

#lbDescription #lbTitle {
	float: left;
	clear: both;
	font-weight: bold;
}

#lbDescription #lbCaption {
	margin-left: 0;
}

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

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