body 
{
margin: 0;
padding: 0; 
font-family: ITC New Baskerville, "garamond", "times new roman", times, serif;
color: #FFFFFF;
background-color: #000000
} 
a:link
{
color:#6666cc;
}
a:visited
{
color:#6666cc;
}
.textbox
{
border-style:solid;
border-width: 1px;
border-color:#9999cc;
padding:20px;
background-color: #000000;
opacity:0.9;
filter:alpha(opacity=90)
}
.thumbbar
{
position:absolute; 
left:100px;
top:100px; 
width:100px;
height:100px;
overflow:auto
}
.thumbTableCell
{
width:80px;
height:80px;
text-align:center;
vertical-align:middle;
padding:10px;
cursor: pointer;
}
#mainImage{
padding:10px;
}
#slideshow{
}

#slideshow, .slide { 
width: 800px; 
height: 670px;
background-image:url(images/bg_std.jpg);
}

.slide img { 
position: relative;
top:5px; 
display: block; 
margin: auto;
}
.footer{
font-family:arial, helvetica, sans-serif;
font-size:8pt;
text-align:center;
color:#333366;
}