/*****************************************************
site: thetigers.co.uk
author: www.thwoth.net
*****************************************************/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width:auto;
font-size:77%;
padding: 9px;
padding-bottom: 0px;
border:3px solid #000;
border-top:1px solid #990;
border-left:1px solid #990;
background-color: #400;
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-weigh:normal;
letter-spacing: 5px;
line-height: 1.1em;
color:#ff9;
padding: 3px 5px 3px 5px;
text-align: right;
cursor: hand;
cursor: pointer;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
width:744px;
color:#aaa;
background-color:#864;
background-image:url(../_img/tigers_background1.jpg);
font-size:1em; /* title text as caption */
letter-spacing:0.05em;
text-align:center;
padding:3px;
}
#thumbBox #thumbImage img {/* centre enlarged image  */
border:1px solid #550;
border-right:1px solid #311;
border-bottom:1px solid #311;
margin:22px auto 22px 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;
}

