/*****************************************************
site: thetigers.co.uk
author: www.thwoth.net
*****************************************************/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width:auto;
background-color: #111;
font-size:77%;
padding: 9px;
padding-bottom: 0px;
border:1px solid #222;
margin:4px;
margin-bottom:11px;
visibility: hidden;
z-index: 30;
}

#thumbBox .footerbar  { /*Footer DIV of thumbbox that contains "close" link */
font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
font-size:0.88em;
font-weight:normal;
letter-spacing: 5px;
line-height: 1.1em;
color:#fff;
padding: 3px 5px 3px 5px;
text-align: right;
cursor: hand;
cursor: pointer;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
width:822px;
color:#999;
background-color:#222;
font-size:1em; /* title text as caption */
letter-spacing:0.09em;
text-align:center;
padding:3px;
}
#thumbBox #thumbImage img {/* centre enlarged image  */
border:1px solid #000;
margin:11px auto 6px auto;
clear:both;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #999;
border-right:1px solid #000;
border-bottom:1px solid #000;
background-color: #ccc;
padding: 5px;
z-index: 40;
}
