/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	/*background-color: #000;*/
	background-color: #101D0B;
	cursor: pointer;
	z-index : 10;
}

#lbCenter, #lbBottomContainer {
  z-index : 11;
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

#lbBottomContainer {background-color:#60A742;color:#fff;}

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

#lbImage {
  z-index : 11;
	position: absolute;
	left: 0;
	top: 0;
	border: 8px solid #60A742;
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

#lbNextLink {
	background: transparent url(nextlabel.gif) no-repeat 100% 0%;
}

#lbBottom {
	font-family: Tahoma,Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.0em;
	text-align: left;
	border: 8px solid #60A742;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 74px;
	height: 10px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 0 0;
}

#lbCaption, #lbNumber {
  color:#fff;
	/*margin-right: 71px;*/
	margin-right: 168px;
}

#lbCaption {
	font-weight: bold;
}
/* --------------------------- */ 
#lbPrintLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(printlabel.gif) no-repeat center;
	margin: 5px 15px 5px 0;
}

#lbPrintFrame {
  z-index : 11;
  position: absolute;
  left: 0;
  top: 0 ;
  z-index: 100 ;
  width: 800px ;
  height:600px;  
  
}

#svLink {width:67px;height:10px;float:right;background:url(savelabel.gif) no-repeat center;margin-right:10px;cursor:pointer;display:block;}

