/* 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: #fff;
	z-index: 20;
	border: 1px solid #666;
}

#lbCenter {
	padding: 10px;
}

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

#lbImage {
	z-index: 25;
}

#lbCloseLink, #lbPrevLink, #lbNextLink {
	display: block;
 	position: absolute;
	width: 30px;
	height: 25px;
	top:8px;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;

}

#lbPrevLink {

 	top:8px; 
  	right: 60px; 

	background: transparent url('../images/rg/left.gif') no-repeat top;
}

#lbCloseLink:hover,
#lbNextLink:hover,
#lbPrevLink:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

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

#lbNextLink {
  	right: 10px; 

	background: transparent url('../images/rg/right.gif') no-repeat top;

}

/*
* html #lbNextLink:hover { background: transparent url('../images/rg/fleche2.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-top-style: none;
}

#lbCloseLink {
	background: transparent url('../images/rg/close.gif') no-repeat top;
/* 	margin-bottom: 10px; */
 	right: 35px;

}

#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('../images/rg/printer.png') no-repeat center;
	margin:0 5px 0 0; 
  padding:1px;
}

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

