/*SLIMBOX */

#lbCenter {
	background: #919ca0 url(../images/loader.gif) no-repeat 50% 50%;
}

#lbPrevLink {
	float:left;
	width: 50%; height: 20px; background:url(../images/bw.gif) no-repeat 0 50%;
}

#lbNextLink {
	float:right;
	width: 50%; height: 20px; background:url(../images/fw.gif) no-repeat 100% 50%;
}

#lbPrevLink:hover {background:url(../images/bwb.gif) no-repeat 0 50%;}
#lbNextLink:hover {background:url(../images/fwb.gif) no-repeat 100% 50%;}

#lbNumber { float:left; line-height:14px; background:#FFF; margin-top:-15px; padding:0 4px; position:relative; z-index:20}