/* SLIMBOX 2.0 with JQuery*/
#lbOverlay { background-color: #000; cursor: pointer; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 9999; }
#lbCenter { background-color: #000; overflow: hidden; position: absolute; z-index: 9999; }
#lbBottomContainer { overflow: hidden; position: absolute; z-index: 9999; }
.lbLoading { background: #000 url(../images2/loading.gif) no-repeat center; }
#lbImage { background-repeat: no-repeat; border: 2px solid #0070ff; border-bottom: 1px solid #0070ff; 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(../images2/prev_chevron.png) no-repeat 10% 50% !important; background: transparent url(../images2/prev_low.gif) no-repeat 0% 50%; }
#lbNextLink { right: 0; }
#lbNextLink:hover { background: transparent url(../images2/next_chevron.png) no-repeat 90% 50% !important; background: transparent url(../images2/next_low.gif) no-repeat 100% 50%; }
#lbBottom {color: silver; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-size: 10px; line-height: 1.4em; text-align: left; }
#lbCloseLink { background: transparent url(../images2/close9yj2.png) no-repeat center; display: block; float: right; height: 22px; margin: 5px 0; outline: none; width: 66px; }
#lbCaption, #lbNumber {color: #0070ff; margin-right: 71px; }
#lbNumber {white-space: pre; }

