

A:link{text-decoration : none; color:#50360e} 
A:active{text-decoration : none; color:#50360e} 
A:visited{text-decoration : none; color:#50360e} 
A:hover{text-decoration : none; color:#f0b352}


A:td.link{text-decoration : none; color:#50360e} 
A:td.active{text-decoration : none; color:#50360e} 
A:td.visited{text-decoration : none; color:#50360e} 
A:td.hover{text-decoration : none; color:#f0b352}



body
{background: #000000;
color:#f0b352; 
 scrollbar-base-color: #000000;
 font-family: Century Gothic;
 font-size: 10px;}

img { 
 border-width: 0px; 
 border-style: solid; 
 border-color: #aaaaaa; 
}


 #preloadedImages {
       width: 0px;
       height: 0px;
       display: inline;
       background-image: url(imgs/tn2_1.jpg);
       background-image: url(imgs/tn2_2.jpg);
       background-image: url(imgs/tn2_3.jpg);
       background-image: url(imgs/tn2_4.jpg);
       background-image: url(imgs/tn2_5.jpg);
       background-image: url(imgs/tn2_6.jpg);
       background-image: url(imgs/tn2_7.jpg);
       background-image: url(imgs/tn2_8.jpg);
       background-image: url(imgs/tn2_9.jpg);
       background-image: url(imgs/tn2_10.jpg);
       background-image: url(imgs/tn2_11.jpg);
       background-image: url(imgs/tn2_12.jpg);

}


/* Thumbnail Viewer
-------------------------------------------------------- */


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 1px;
padding-bottom: -10;
background: #000000;
visibility: hidden;
z-index: 1;
cursor: hand;
cursor: pointer;


}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 12px Century Gothic;;
line-height: 1.5em;
background: #000000;
color: #50360e;
text-align: center;
}



#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: black;
}

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