/*Overlay*/


.lbOverlay {
	background-color: #2D2D2D;
	opacity: 0.8;
	/*cursor: pointer;*/
	left: 20;
	position: absolute;
	margin-top: 15px;
    width: 740px;
	/*height: 100%;*/
	z-index: 2000;
}

#lbCenter {
	/*width: 650px;*/
	width: 560px; 
	height: 750px; 
	overflow: hidden;
	margin-left: 90px;
	margin-right: 90px;
	/*top: 285px;"*/
}

#lbImage {
    background-repeat: no-repeat;
    border: 5px solid #FFFFFF;
    left: 0;
    position: relative;
	margin-top: 10px;
	width: 550px;
	height: 480px;
	float: left;
    top: 0;
    z-index: 2002;
}
#lb_navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	float: left;
	height: 35px;
	width: 700px;
	/*padding-left: 245px;*/
	padding-top: 4px;
	padding-bottom: 2px;
}
#lbCloseLink {
  background: url("closelabel.gif") no-repeat scroll center center transparent;
  display: block;
  float: right;
  height: 20px;
  margin-top: 0px;
	margin-right: 0px;
  width: 60px;
	clear: all;
}

.bigImage {
  background-repeat: no-repeat;
  position: relative;
	width: 550px;
	height: 480px;
	float: left;
  top: 0;
  z-index: 2002;
}


/*Overlay*/

.TextLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	font-weight: bold;
	color: #CCCC66;
