/* Optimalworks Lightbox CSS */
#lb_window{position:absolute;width:1px;height:1px;padding:5px;background-color:#fff;overflow:hidden}
#lb_image{position:relative;width:100%;height:100%;background:#fff url("images/load.gif") 50% 50% no-repeat;overflow:hidden}
#lb_image img{position:absolute}
#lb_bar{position:absolute;bottom:-1px;left:0;width:100%;min-height:44px;height:auto !important;height:44px;font-size:0.85em;padding:0;margin:0;color:#fff;background:#000 url("images/description.gif") 0 0 repeat-x;overflow:visible}
#lb_bar p{padding:0;margin:2px 5.5em 4px 5px;color:#fff}
#lb_bar p strong,#lb_bar p span{display:block;text-align:left;}
#lb_bar a{position:absolute;top:5px;right:5px;width:18px;height:19px;text-decoration:none;background:url("images/next.gif") 0 0 no-repeat}
#lb_bar a#lb_next strong,#lb_bar a#lb_back strong{display:none}
#lb_bar a#lb_back{right:30px;background-image:url("images/back.gif")}
#lb_bar a#lb_close{top:auto;bottom:5px;width:auto;height:auto;padding-right:14px;color:#fff;background:url("images/close.gif") 100% 65% no-repeat}