#lbOverlay {
        position: absolute;
	left: 0;
	width: 100%;
	background-color: #00162B;
	cursor: pointer;
	z-index:3;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	z-index:4;
}

.lbLoading {
	background: url(loader.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #000;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

/*Image for PREVIOUS*/
#lbPrevLink,
#lbPrevLink:hover {
	left: 0;
	background: transparent url(prevlabel.png) no-repeat 0% 90%;
}

/*Image for NEXT*/
#lbNextLink,
#lbNextLink:hover {
	right: 0;
	background: transparent url(nextlabel.png) no-repeat 100% 90%;
}

/*Links on bottom label*/
#lbBottom a,
#lbBottom a:active {
	color: #f90;
}

#lbBottom a:hover {
	color: #445F73;
	text-decoration:none;
}

/*Texts on bottom label*/
#lbBottom {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #000;
	border-top-style: none;
}

/*Image for CLOSE X*/
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
