/* thumbnailviwer.css */


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: 615px;
background:#fff;
visibility: hidden;
z-index: 80;
cursor: hand;
cursor: pointer;
font-size:90%;
}

#thumbBox p{
padding-top:15px;
font-size:80%;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-weight: bold;
font-size:70%;
padding:3px 0 8px 0;
color: #333;
text-align: right;
background:url(imgs/bg_thumbclose.gif) bottom no-repeat;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background:url(imgs/bg_photoviewer.gif) top left no-repeat;
padding-left: 8px;
padding-top:8px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #333;
background-color: #fff;
padding: 5px;
z-index: 5;
}

