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

#lbCenter {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #333;
	z-index:10010;
	border:2px solid #0C0C0C;
}
#lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #333;
	z-index:10010;
	border:2px solid #0C0C0C;
	border-bottom: none ;
	border-top:none;
}

#lbImage {
	border: 2px ridge #666;
	max-height:804px !important;
	max-width:1028px !important;
	height:auto;
	width:auto;
}

#lbPrevLink, #lbNextLink {
	display: block;
	width: 50px;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	float: left;
	background: #222 url(img/prevlabel.gif) no-repeat left;
	margin:2px;
}

#lbPrevLink:hover {
	background: #222 url(img/prevlabel.gif) no-repeat left;
}

#lbNextLink {
	float: right;
	background: #222 url(img/nextlabel.gif) no-repeat right;
	margin:2px;
}

#lbNextLink:hover {
	background: #222 url(img/nextlabel.gif) no-repeat right;
}

#lbControls {
	background: #222;
	display: block;
	height: 32px;
	width:110px;
	margin-left: auto;
	margin-right: auto;
}

#lbComment {
clear:both;
background:red;
border-bottom:1px solid #666;
color:#EEEEEE;
background:#333 none repeat scroll 0 0;
text-align:center;
color:#77CCFF !important;
font-size:13px;
font-weight:bold;
padding-bottom:2px;
	}



#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #EEE;
	line-height: 1.4em;
	text-align: left;
	border-left: 2px solid #444;
	border-bottom: 3px solid #000;
	border-right: 2px solid #000;
	border-top: 2px ridge #333;
	background:#222;
	margin-top:2px;
}

#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: #222 url(img/closelabel.gif) no-repeat center;
	margin-bottom:0;
	margin-left:66px;
	margin-right:0px;
	margin-top: -29px !important;
	position:relative;
	
}

#lbexifLink {
	clear: both;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: #222 url(img/exiflabel.gif) no-repeat center ;
	margin-bottom:0;
	margin-left:0;
	margin-right:37px;
	margin-top: -28px !important;
	position:relative;
	Border:0;
	text-decoration:none;
}
#lbdlink {
	clear: both;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: #222 url(img/dlflabel.gif) no-repeat center ;
	margin-bottom:0;
	margin-left:0;
	margin-right:100px;
	position:relative;
	Border:0;
	text-decoration:none;
	margin-top:-27px;
}

#lbCaption, #lbNumber, #lbDescription {
	margin-right: 71px;
	margin-top: -30px;
	position:absolute;
	margin-left:2px;
	margin-left:5px;
}

#lbCaption {
	font-weight: bold;
	padding-top:14px;
	Font-size:14px;
	color:#77CCFF !important;
}

