/* LIGHTBOX */
#lbOverlay { position:absolute; left:0; width:100%; background-color:#000; cursor:pointer; z-index:999; }
#lbCenter, #lbBottomContainer { position:absolute; left:50%; overflow:hidden; background-color:#fff; z-index:999; }
.lbLoading { background:#fff url(../imgs/main/loading.gif) no-repeat center; }
#lbImage { border:10px solid #fff; }
.photos { padding:3px; border:1px solid #fff; }
a:hover .photos { border:1px solid #999; }
#lbPrevLink, #lbNextLink { display:block; width:63px; height:32px; }
#lbPrevLink { float:left; background:transparent url(../imgs/main/prevlabel.gif) no-repeat left; }
#lbPrevLink:hover { background:transparent url(../imgs/main/prevlabel.gif) no-repeat left; }
#lbNextLink { float:right; background:transparent url(../imgs/main/nextlabel.gif) no-repeat right;}
#lbNextLink:hover { background:transparent url(../imgs/main/nextlabel.gif) no-repeat right; }
#lbControls { display:block; height:32px; }
#lbBottom { font-size:10px; line-height:1.4em; text-align:left; border:10px solid #fff; border-top-style:none; }
#lbCloseLink { clear:both; display:block; float:right; width:66px; height:22px; background:transparent url(../imgs/main/closelabel.gif) no-repeat center; }
#lbCaption, #lbNumber, #lbDescription { margin-right:71px; }
#lbCaption { font-weight:bold; }
.lightboxDesc { display:none; }
