/* CSS Document - csspanto1 */
/*#lbOverlay {
width:900px;
height: 674px;
	
	position:relative;
	float:left;
	left:50%;
	margin-left:-450px;
	

	background-color: #970b0b;



	cursor: pointer;}*/
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	
	
	

	background-color: ;



	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000000;
	text-align:center;
		margin-top:-42px;
	
	
}



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



#lbImage {

border:2px solid #f99f01;
	
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #fbfb93;
	
	padding-top:7px;
	margin-left:4px;

	
	
	font-weight:100;

	
	text-align: left;
	
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 30px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	
}

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

#lbCaption {
	font-weight: bold;
}
