/* SLIMBOX */

.lbLoading { background: #fff url(/workspace/images/shop/assets/slimbox/loading.gif) no-repeat center; }
#lbOverlay { background-color: #000; cursor: pointer; left: 0; position: absolute; width: 100%; z-index: 9999; }

#lbCenter, #lbBottomContainer { background-color: #444; left: 50%; overflow: hidden; position: absolute; z-index: 9999; }
	#lbImage { background-repeat: no-repeat; border: 10px solid #444; left: 0; position: absolute; top: 0; }
	#lbPrevLink, #lbNextLink { display: block; outline: none; position: absolute; top: 0; width: 50%; }	
		#lbPrevLink { left: 0; }
		#lbPrevLink:hover { background: transparent url(/workspace/images/shop/assets/slimbox/prevlabel.gif) no-repeat 0% 15%; }
		#lbNextLink { right: 0; }
		#lbNextLink:hover { background: transparent url(/workspace/images/shop/assets/slimbox/nextlabel.gif) no-repeat 100% 15%; }

#lbBottom { border: 10px solid #444; border-top-style: none; color: #666; font: normal 10px/1.4em Verdana, Arial, Geneva, Helvetica, sans-serif; text-align: left; }
	#lbCloseLink { background: transparent url(/workspace/images/shop/assets/slimbox/btn_close.png) no-repeat center; display: block; float: right; height: 15px; margin: 0; outline: none; width: 16px; }
	#lbCaption, #lbNumber { margin-right: 71px; }
	#lbCaption { font-weight: normal; }
