/* PopUp */
#lbOverlay { position: absolute; top:0px; left: 0; width: 100%; height:100%; background: url(../images/overlay.gif) #000; z-index:400; }
#lbCenter { position: absolute; left: 50%; overflow: hidden; background-color: #ffffff; z-index:500; }
#lbCenter{ border:5px solid #ffffff; }
#lbBottomContainer { position: absolute; z-index: 500; left: 50%; overflow: hidden; background-color: #fff; }
#lbBottom { padding:2px 0px 0px 0px; height:20px; font-size: 11px; color: #333333; line-height: 120%; text-align: left; border: 10px solid #fff; border-top-style: none; }
#lbCloseLink { float: right; width: 50px; height: 25px; background: url(../images/closelabel.gif) 0px 2px no-repeat; padding-left:20px; color:#666666; }
#lbPrintLink { float: right; width: 50px; height: 25px; background: url(../images/printlabel.gif) 0px 1px no-repeat; padding-left:20px; color:#666666; }
.lbLoading { background: #fff url(../images/loading.gif) no-repeat center; }
.lbLoadingSmall { background: #fff url(../images/loading.gif) no-repeat center; }
#lbImage { position: absolute; left: 0; top: 0; cursor:pointer;	background-repeat: no-repeat; }
#lbCaption { float:left; }

#lbPrevLink, #lbNextLink {	display: block; position: absolute; top: 0;	width: 50%;	outline: none; }
#lbPrevLink { left: 0; }
#lbPrevLink:hover {	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%; }
#lbNextLink { right: 0; }
#lbNextLink:hover { background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%; }