#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 999999!important;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
	z-index: 9999999!important;	
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
    height: 37px;
    width: 63px;
    top: 100px;
    left: 50%;
    z-index: 999999;
    position: absolute;
    display: none;
    text-decoration: none;
    color: #666;
    font-size: 17px;
    font-weight: bold;
    font-family: "Open Sans",sans-serif;
    background-color: #FFF;
    text-align: center;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#lbPrevLink:hover, #lbNextLink:hover {
    color: #000;
}
#lbPrevLink {

}

#lbPrevLink{
	/*background: transparent url(btn-prev.gif) no-repeat 0% 15%;*/
}
#lbNextLink {

}
#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 #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
    text-decoration: none;
    color: #666;
    font-size: 17px;
    font-weight: bold;
    font-family: "Open Sans",sans-serif;
    padding-top: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#lbCloseLink:hover{
    color: #000;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
