/* SLIGHTBOX */
/* variation on SLIMBOX */

#rglbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 15;
}

#rglbCenter, #rglbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #323030;
	z-index: 20;
	border: 1px solid #666;
}

#rglbCenter {
	padding: 10px;
}

.rglbLoading {
	background: #fff url('../images/rgsmoothgallery/loading-bar-black.gif') no-repeat center;
	border: 1px solid #666;
}

#rglbImage {
	z-index: 25;
}

#rglbPrevLink, #rglbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index: 26;
}

#rglbPrevLink {
	left: 0;
}

#rglbPrevLink:hover {
	background: transparent url('../images/rgsmoothgallery/fleche1.png') no-repeat 0% 50%;
}

* html #rglbPrevLink:hover { background: transparent url('../images/rgsmoothgallery/fleche1.gif') no-repeat 0% 50%; }

#rglbNextLink {
	right: 0;
}

#rglbNextLink:hover {
	background: transparent url('../images/rgsmoothgallery/fleche2.png') no-repeat 100% 50%;
}

* html #rglbNextLink:hover { background: transparent url('../images/rgsmoothgallery/fleche2.gif') no-repeat 100% 50%; }

#rglbBottom {
	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;
}

#rglbCloseLink {
	display: block;
	float: right;
	width: 32px;
	height: 32px;
	background: transparent url('../images/rgsmoothgallery/close_bg.gif') no-repeat center;
	
}

#rglbNumber {
	display: block;
	float: left;
color:#b1b2b4;
font-family:verdana;
font-weight:normal;
line-height:14px;
}

#rglbNumber.gallery {
	display: block;
	float: left;
	padding: 0px 10px 0 0;
}

#rglbCaption {
	margin-left: 10px;
	display: block;
	float: left;
}

#rglbDescription {
	
	padding-right: 100px;
color:#b1b2b4;
/*
width:81%
float: left;
*/
}

#rglbDescription #rglbTitle {


	font-weight: normal;
	padding: 0px 10px 0 40px;
font-family:verdana;
font-size:10px;
line-height:14px;
color:#fff;
}



#rglbPrintLink {
	display: block;
	float: right;
	width: 32px;
	height: 32px;
	background: transparent url(../images/rgsmoothgallery/print_bg.gif) no-repeat center;
	margin:0 5px 0 0; 
  padding:1px;
 }

#rglbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/rgsmoothgallery/disk.png) no-repeat center;
	margin:0 5px 0 0; 
  padding:1px;
}


#rglbBottom{
padding-bottom:5px;
}



