/* 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 #666;
}

#lbCenter {
	padding: 10px;
	margin-top:39px; /* inserted by Claudius Heitz to put the lbBottom to upper side */
}

.lbLoading {
	background: #fff url('img/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 /* changed by Claudius Heitz, original was :hover */ {
	/* changed by Claudius Heitz - take other image
	background: transparent url('img/fleche1.png') no-repeat 0% 50%; */
	background:transparent url(img/prev.gif) no-repeat 0% 50%;
}

/* changed by Claudius Heitz - take other image
* html #lbPrevLink:hover { background: transparent url('img/fleche1.gif') no-repeat 0% 50%; } */

* html #lbPrevLink /* changed by Claudius Heitz, original was :hover */ { background: transparent url('img/prev.gif') no-repeat 0% 50%; }

#lbNextLink {
	right: 0;
}

#lbNextLink /* changed by Claudius Heitz, original was :hover */ {
	/* changed by Claudius Heitz - take other image
	background: transparent url('img/fleche2.png') no-repeat 100% 50%; */
	background:transparent url(img/next.gif) no-repeat 100% 50%;
}

/* changed by Claudius Heitz - take other image
* html #lbNextLink:hover { background: transparent url('img/fleche2.gif') no-repeat 100% 50%; } */
* html #lbNextLink /* changed by Claudius Heitz, original was :hover */ { background: transparent url('img/next.gif') no-repeat 100% 50%; }

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-style: none;  /* changed by Claudius Heitz - original: 	border-top-style: none;  */
}

#lbCloseLink {
	display: block;
	float: right;
	width: 130px; /* 80px; */
	height: 30px;
	/* changed by Claudius Heitz - take other image
	background: transparent url('img/close9yj.gif') no-repeat center; */
	background:transparent url(img/close.gif) no-repeat center;
	margin-top: 10px;  	/* changed by Claudius Heitz - original was margin-bottom: 10 px */
}

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

#lbNumber.gallery {
	display: block;
	float: left;
	padding: 10px;
}

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

#lbDescription {
	float: left;
	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(img/printer.png) no-repeat center;
	margin:0 5px 0 0; 
  padding:1px;
}

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