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

#lbCenter {
	padding: 10px;
}

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

#lbImage {
	z-index: 25;
}

#lbPrevLink, #lbNextLink {
	display: block;
	top: 0;
	width: 15px;
	margin-top:5px;
	outline: none;
	z-index: 26;
}

#lbPrevLink {
	background: url('img/leftMC.gif') no-repeat;
	float: right;
}

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

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

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

* html #lbNextLink:hover { background: transparent url('img/rightMC.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 {
	display: block;
	float: left;
	width: 80px;
	height: 30px;
	background: transparent url('img/closeMC.gif') no-repeat center;
	margin-bottom: 10px;
}

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

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

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

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

#lbDescription #lbTitle {
	float: left;
	clear: both;
	font-weight: bold;
	display: none;
}

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


