/* SLIMBOX */

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

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

#lbCenter {
	overflow: visible;
}

#lbCaption {
	float:left;
}

#lbTopContainer {
	padding-top:5px;
}

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



#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 9px solid #fff;	
	background-repeat: no-repeat;
}


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

#lbPrevLink {
	left: 0;
background-repeat:no-repeat;		
background-position: -300% 15%;
}


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

#lbNextLink {
	right: 0;
background-repeat:no-repeat;		
background-position: 200% 15%;
}

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

#lbBottom {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #302D23;
	line-height: 1.5em;
	text-align: left;
	margin:0 9px; 
	margin-bottom:9px;
	padding:0;
}

#lbTop {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #302D23;
	line-height: 1.5em;
	text-align: left;
	margin:0 0 0 10px; padding:0;
}

#lbCloseLink {
	display: block;
	float: right;
	margin:0; padding:0;
	margin-right:8px;	
	text-align:right;
}

#lbCaption, #lbNumber {
	float:left;
	width:50%;
}

#lbNumber {
	clear:both;
}

#lbCaption {

}

#lbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_printicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_saveicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 1px solid #666;
	padding: 0px;
}
