#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 99999;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background: #eaeaea; 
	text-align: center; 
	padding: 20px 20px 0px 20px;
	z-index: 999999;
}

.lbLoading {
	background: #eaeaea url(loading.gif) no-repeat center;
	z-index: 999999;
}

#lbImage {
	display: block;
	border: 15px solid #eaeaea;
	background: #eaeaea;
	z-index: 999999;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	height:34px;
	width:63px;
	display:none;
	z-index: 999999;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink{
	background: transparent url(btn-prev.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink {
	background: transparent url(btn-next.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #eaeaea;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	width: 650px;
	height: 83px;
	text-align: center;
	background: #EAEAEA  url(../img/propertv_close_wide.gif) no-repeat left;
	background-position: 0px 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	z-index: 999999;
	border: 0px solid #000;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
