/* SLIMBOX  PLUS by OrangeBread (http://www.lifewithpixel.com/ */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #FFEC00;
	cursor: pointer;
}

#lbTopContainer {
	width:25px;
	height:25px;
	z-index: 9999;
	float:right;	
	width:25px;	
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
}

.lbLoading {
	background: url(../images/loading.gif) no-repeat center;
}

#lbImage {
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}

#lbFrame {
	overflow:visible;
	position:absolute;
	margin-top:25px;
	left: 50%;	
	/*float:left;*/
}

#lbTop {

}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 40%;
	outline: none;
	height:100%;

}

#lbPrevLink {
	left: -60px;
}

#lbPrevLink:hover {
	background: transparent url(../images/prev.gif) no-repeat 0% 40%;
	border-bottom: 0;
	outline: none;
}

#lbNextLink {
	right: -60px;
}

#lbNextLink:hover {
	background: transparent url(../images/next.gif) no-repeat 100% 40%;
	border-bottom: 0;
	outline: none;
}

#lbBottom {

}

#lbCloseLink {
	display: block;
	float: right;
	width: 25px;
	height: 25px;
	background: transparent url(../images/close.png) no-repeat center;
	margin: 0;
	outline: none;
}

#lbCloseLink:hover{ border-bottom: 0; outline: none; }

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#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;
}