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

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

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

#lbCenter {
	padding: 10px;
}

.lbLoading {
	background: #fff url('greybox/indicator.gif') no-repeat center;
	border: 1px solid #727266;
}

#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('../files/prev.gif') no-repeat 5% 50%;
}

* html #lbPrevLink:hover { background: transparent url('../files/prev.gif') no-repeat 5% 50%; }

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('../files/next.gif') no-repeat 95% 50%;
}

* html #lbNextLink:hover { background: transparent url(..'/files/next.gif') no-repeat 95% 50%; }

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

#lbCloseLink {
	display: block;
	float: right;
	width: 32px;
	height: 40px;
	background: transparent url('g_close.gif') no-repeat left top;
	margin-bottom: 0px;
}

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

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

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

#lbDescription {
	float: left;
	padding: 0 10px 0px 0;
	margin: 0 0 0 10px;
}

#lbDescription #lbTitle {
	float: left;
	clear: both;
	font-size: 9px;
	font-weight: normal;
	color: white;
	padding: 0 10px 0px 0;
	margin-bottom: 0px;
}

#lbDescription #lbCaption {
	margin-left: 0;
}

