/* ---Simple Image Gallery--- */
.sig {clear:both;margin:16px 4px;padding:0px;display:table-cell;}
.sig_clr {clear:both;}
.sig_cont {float:left;}
.sig_thumb {float:left;margin:0px 10px 10px 10px;padding:0px;background:url(shadowAlpha.png) no-repeat bottom right !important;background:url(shadow.gif) no-repeat bottom right;}
.sig_thumb img {display:block;position:relative;background:#FFF;border:1px solid #ccc;margin:-5px 5px 5px -5px;padding:4px;}
/* ---Slimbox--- */
#lbOverlay {
background-color:#000000;
cursor:pointer;
height:100%;
left:0;
position:fixed;
top:0;
width:100%;
z-index:9999;
}
#lbCenter, #lbBottomContainer {
background-color:#FFFFFF;
overflow:hidden;
position:absolute;
z-index:9999;
}
.lbLoading {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(loading.gif) no-repeat scroll center center;
}
#lbImage {
background-repeat:no-repeat;
border:10px solid #FFFFFF;
left:0;
position:absolute;
top:0;
}
#lbPrevLink, #lbNextLink {
display:block;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
position:absolute;
top:0;
width:50%;
}
#lbPrevLink {
left:0;
}
#lbPrevLink:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(prevlabel.gif) no-repeat scroll 0 15%;
}
#lbNextLink {
right:0;
}
#lbNextLink:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(nextlabel.gif) no-repeat scroll 100% 15%;
}
#lbBottom {
border-color:#FFFFFF;
border-style:none solid solid;
border-width:10px;
color:#666666;
font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;
font-size:10px;
line-height:1.4em;
text-align:left;
}
#lbCloseLink {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(closelabel.gif) no-repeat scroll center center;
display:block;
float:right;
height:22px;
margin:5px 0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
width:66px;
}
#lbCaption, #lbNumber {
margin-right:71px;
}
#lbCaption {
font-weight:bold;
}
/* --- END --- */