
#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: #e4dabd;
	z-index: 20;
	border: 1px solid #fff;
}

#lbCenter {
	padding: 10px;
}

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

#lbImage {
	z-index: 25;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index: 26;
	background: transparent;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('../images/fleche1.png') no-repeat 0% 50%;
}

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

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('../images/fleche2.png') no-repeat 100% 50%;
}

* html #lbNextLink:hover { background: transparent url('../images/fleche2.gif') no-repeat 100% 50%; }

#lbBottom {
font: 100%/150% 'Trebuchet MS', Tahoma, Arial;
	color: #777;
	line-height: 1.4em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border-top-style: none;
height: 45px!important;

}

#lbCloseLink {
	display: block;
	float: right;
	width: 56px;
	height: 19px;
	background: transparent url('../images/zbut.gif') no-repeat center;
	margin-bottom: 10px;
}

#lbNumber {
margin-top: -3px;
	display: block;
	float: left;
clear: left;
}

#lbCaption {
	color: #660000;
	margin-left: 0px;
margin-top: -2px;
	display: block;
	float: left;
clear: left;
	z-index: 27;
}

#lbInfo {
margin-top: -4px;
	margin-left: 0px;
	display: block;
	float: left;
clear: left;
}
