

#lbOverlay {
	left: 0px;
	width: 100%;
	cursor: pointer;
	position: absolute;
	background-color: #000
}

#lbCenter {
	left: 50%;
	overflow: hidden;
	position: absolute;
	background-color: #fff
}

#lbBottomContainer {
	left: 50%;
	overflow: hidden;
	position: absolute;
	background-color: #fff
}

.lbLoading {
	background: url(../images/loading.gif) #fff no-repeat center 50%
}

#lbImage {
	border-right: #fff 10px solid;
	border-top: #fff 10px solid;
	left: 0px;
	border-left: #fff 10px solid;
	border-bottom: #fff 10px solid;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px
}

#lbPrevLink {
	display: block;
	width: 50%;
	position: absolute;
	top: 0px;
	outline: none
}

#lbNextLink {
	display: block;
	width: 50%;
	position: absolute;
	top: 0px;
	outline: none
}

#lbPrevLink {
	left: 0px
}

#lbPrevLink:hover {
	background: url(../images/prevlabel.gif) no-repeat 0% 15%
}

#lbNextLink {
	right: 0px
}

#lbNextLink:hover {
	background: url(../images/nextlabel.gif) no-repeat 100% 15%
}

#lbBottom {
	border-right: #fff 10px solid;
	border-top: #fff 10px;
	font-size: 10px;
	border-left: #fff 10px solid;
	color: #666;
	line-height: 1em;
	border-bottom: #fff 10px solid;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	text-align: left
}

#lbCloseLink {
	display: block;
	background: url(../images/closelabel.gif) no-repeat center 50%;
	float: right;
	margin: 2px 0px;
	width: 66px;
	height: 22px
}

#lbNumber {
	margin-right: 71px;display:none;
}

#lbCaption {
	margin-right: 71px
	font-family:Tahoma;
	font-size: 11px;
	color: #414141;
	text-align: left;
	padding-top:2px;
	line-height:14px;
}
