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

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
/* MM_CHANGED next line from #000 */
	background-color: #888;
	cursor: pointer;
	z-index: 15;
}

#lbCenter, #lbBottom {
	position: absolute;
/* MM_CHANGED next line from 50% */
	left: 47%;
	overflow: hidden;
/* MM_CHANGED next line from #000 */
	background-color: #fff;
	z-index: 20;
/* MM_CHANGED next line from #666 */
	border: 1px solid #000;
}

#lbCenter {
/* MM_CHANGED next line from 10 all around */
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
	padding-bottom: 7px;
}

.lbLoading {
	background: #fff url('../img/loading-bar-black.gif') no-repeat center;
	border: 1px solid #666;
}

#lbImage {
	z-index: 25;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 50%;
	outline: none;
	z-index: 26;
}

#lbPrevLink {
	left: 0;
/* MM_ADDED next line 0 50 */
	background: transparent url('../img/mm_left_grey3.jpg') no-repeat 0% 0%;
}

/* MM_ 0 50 */ 
#lbPrevLink:hover {
/*
	background: transparent url('../img/fleche1.png') no-repeat 0% 0%;
*/
}

* html #lbPrevLink:hover { background: transparent url('../img/mm_left_grey3.jpg') no-repeat 0% 0%; }

#lbNextLink {
	right: 0;
/* MM_ADDED next line 0 50 */
	background: transparent url('../img/mm_right_grey3.jpg') no-repeat 100% 0%;
}

/* MM_ 0 50 */ 
#lbNextLink:hover {
/*
	background: transparent url('../img/fleche2.gif') no-repeat 100% 0%;
*/
}

/* MM_ 0 50 */ 
* html #lbNextLink:hover { background: transparent url('../img/mm_right_grey3.jpg') no-repeat 100% 0%; }


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 0px;
	padding-bottom: 3px;
	border-top-style: none;
}

#lbCloseLink {
        background: transparent url('../img/mm_close.jpg') no-repeat center;
	display: block;
	float: right;
	width: 55px;
	height: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 7px;
	margin: 0px;
}

#lbNumber {
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	float: left; }

#lbCaption {
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom:0px;
	display: block;
	float: left;
	font-size: 1.2em;
	color: black;
}

