/* SLIGHTBOX *//* variation on SLIMBOX */#rglbOverlay {	position: absolute;	left: 0;	width: 100%;	background-color: #ffffff;	cursor: pointer;	z-index: 15;}#rglbCenter, #rglbBottom {	position: absolute;	left: 50%;	overflow: hidden;	z-index: 20;	border: 1px dotted #000000;	background-color: #ffffff; }#rglbCenter {	padding: 10px;}.rglbLoading {	background: #000000 url('../images/gallery/loading-bar-black2.gif') no-repeat center;	border: 1px solid #000000;}#rglbImage {	z-index: 25;}#rglbPrevLink, #rglbNextLink {	position: absolute;	cursor: pointer;	background: tranparent;	z-index:12;}#rglbPrevLink{	bottom:10px;	right:40px;	margin: 5px;	height: 13px;	width: 13px;	background: url('../images/gallery/left.gif') no-repeat bottom left;}#rglbNextLink {	right: 20px;	bottom:10px;	margin: 5px;	height: 13px;	width: 13px;	background: url('../images/gallery/right.gif') no-repeat bottom right;}#rglbBottom {	font-size: 10px;	line-height: 1.4em;	text-align: left;	padding-left: 10px;	padding-right: 10px;	border-top-style: none;}#rglbCloseLink {	display: block;	float: right;	width: 13px;	height: 13px;	background: transparent url('../images/gallery/close.gif') no-repeat center;	margin-top: 5px;}#rglbNumber {	display: block;	float: left;	color:#000000;}#rglbNumber.gallery {	display: block;	float: left;	padding: 10px;}#rglbCaption {	margin-left: 10px;	display: block;	float: left;}#rglbDescription {	float: left;	padding-right: 10px;}#rglbDescription #rglbTitle {	float: left;	clear: both;	font-weight: bold;	color:#000000;}#rglbDescription #rglbCaption {	margin-left: 0;	color:#000000;}
