#LBOverlay { position: absolute; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; background-color: #000000; display:none;}
#LBMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }

#LBImgCnt {position: relative; background-color: #fff; width: 10px; height: 10px; margin: 0 auto; border: 3px solid #888888;}
#LBMain a img { border: none}
#LBImage {margin-top:10px}
#LBHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#LBHoverNav a { outline: none; }
#LBPrev { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; left: 0; float: left; }
#LBPrev:hover, #LBPrev:visited:hover { background: url(images/prev_grey.gif) left 15% no-repeat; }
#LBNext { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; right: 0; float: right;}
#LBNext:hover, #LBNext:visited:hover { background: url(images/next_grey.gif) right 15% no-repeat; }
#LBLoading {position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(images/loading.gif) center no-repeat;}


#LBInfoCnt {background-color:white; width: 100%;   margin: 0 auto;  border: 3px solid #888888;  border-top: none; line-height: 1.4em; overflow:hidden;cursor:pointer;}
#LBInfoCnt div {padding:0 10px; }
#LBInfoCnt div div {  height: 28px; float: right; background:url(images/close_grey.png) right no-repeat;margin-bottom:1px;}


#LBCaption, #LBNumberDisplay {clear:left; display:block; float:left; text-align:left; width:85%; font: 10px Verdana, Helvetica, sans-serif;text-decoration:none;}
#LBCaption {font-weight:bold; color:#E78A8A;}


