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

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

#lbCenter, #lbBottom  { background-color: #000; position: absolute; z-index: 20; left: 50%; overflow: hidden; border: solid 2px #3b3b3b }

#lbCenter  { padding: 10px }

.lbLoading  { background: #fff url(img/loading-bar-black.gif) no-repeat center; border: solid 1px #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('img/fleche1.png') no-repeat 0% 50%;
}

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

#lbNextLink {
	right: 0;
}

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

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

#lbBottom  { color: #999; font-size: 10px; font-family: Verdana, Helvetica, sans-serif; line-height: 1.4em; text-align: left; padding-right: 10px; padding-left: 10px; border-top: none }

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 30px;
	background: transparent url('img/close9yj.gif') no-repeat center;
	margin-bottom: 10px;
}

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

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

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

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

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

#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;
}
