#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #004000;
visibility: hidden;
z-index: 900;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #004000;
font: bold 14px Tahoma;
color: #f0b414;
text-align: center;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

    /* Custom Scrollbar Colors */
BODY 
{ 
  direction:;
  background-attachment:fixed; 
  scrollbar-arrow-color: black;
  scrollbar-track-color: olive;
  scrollbar-face-color: white;
  scrollbar-highlight-color: Silver;
  scrollbar-3dlight-color: LightGrey;
  scrollbar-darkshadow-color: black;
  scrollbar-shadow-color: DarkSlateGray;
}

    /* links */
          a:link { text-decoration:none; color: black;}
          a:visited { text-decoration:none; color: purple;}
          a:hover { text-decoration:underline; color: blue;}

/* heading tags */

#ws {
padding: 0px 0px 0px 3px;
margin: 0
}

.pro8 {padding:0 0 0 32px; margin:0; list-style:none; height:25px; background:#fff url(pro_eight_back.gif); position:relative; border:2px solid black; border-width:0 2px 2px 2px; border-bottom-color:#444;}
.pro8 li {float:left;}
.pro8 li a {display:block; float:left; height:25px; line-height:23px; background:url(pro_eight_0.gif); color:white; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 12px; cursor:pointer;}
.pro8 li a b {float:left; display:block; padding:0 12px 0 0; background:url(pro_eight_0.gif) right top;}
.pro8 li.current a {color:white; background:url(pro_eight_2.gif);}
.pro8 li.current a b {background:url(pro_eight_2.gif) right top;}
.pro8 li a:hover {color:black; text-decoration:none; background:url(pro_eight_1.gif);}
.pro8 li a:hover b {background:url(pro_eight_1.gif) right top;}
.pro8 li.current a:hover {color:gold; background:url(pro_eight_2.gif); cursor:default;}
.pro8 li.current a:hover b {background:url(pro_eight_2.gif) right top;}
.pro8  a:visited { text-decoration:none; color: gold;}

