/* 
igal v.1.0
based on Roebox.0.9 http://www.septemberthree.com/blog/stuff/roebox/roebox.html
*/
#lbOverlay {position:absolute;left:0;width:100%;height:100%;background-color:#000;cursor:pointer;}
#lbCenter, #lbBottomContainer {position:absolute;left:50%;overflow:hidden;background-color:#fff;}
.lbLoading {background:#fff url(../img/loading.gif) no-repeat center;}
#lbImage {border:5px solid #fff;}
#lbPrevLink, #lbNextLink {display:block;position:absolute;top:0;width:50%;outline:none;}
#lbPrevLink {left:0;}
#lbPrevLink:hover {background:transparent url(../img/prevlabel.gif) no-repeat 0% 20%;}
#lbNextLink {right:0;}
#lbNextLink:hover {background:transparent url(../img/nextlabel.gif) no-repeat 100% 20%;}
#lbBottom {font-family:Verdana, Helvetica, sans-serif;font-size:10px;color:#333;line-height:1.4em;text-align:left;border:5px solid #fff;border-top:10px solid #fff;border-top-style: none;}
#lbCloseLink {display:block;float:right;width:30px;height:30px;background:transparent url(../img/closebox.png) no-repeat center;}
#lbCaption, #lbNumber {margin-right:40px;}
#lbCaption {font-weight:bold;}
.igal {outline: none;}
.igal img {border:1px solid #ddd;padding:2px;margin:2px;}
a:hover.igal img {border:1px solid #eda113;padding:2px;margin:2px;}
.igal-2 {outline: none;}
.igal-2 img {border:1px solid #ddd;padding:2px;margin:2px 10px 5px 0;}
a:hover.igal-2 img {border:1px solid #eda113;padding:2px;margin:2px 10px 5px 0;}