#slideshow 
{
background: #312a24;
border: solid 1px white;
margin:0 auto;
min-width:415px;
height:467px;
position:relative;
float: left;
margin: 0 20px 10px 0px;
padding-top: 15px;
z-index: 2;
}

#slideshow #slidesContainer 
{
background: #312a24 url('../graphics/391slideshowbg.jpg') repeat-x 0 0px;
margin:0 auto;
width:385px;
height:391px;
overflow:auto; 
position:relative;
border:white;
border-style: dotted;
border-width: 1px 1px 0px 1px;
}

#slideshow #slidesContainer .slide 
{
width:365px;
height: 390px;
text-align: center;
font-weight: normal;
font-family: Arial, Verdana, sans-serif;
font-style: italic;
font-size: 13px;
color: white;
line-height: 1.25em;
margin:0 auto;
float: left;
}

#slideshow #slidesContainer .slide img 
{
padding: 2px;
border: 1px solid white;
}
 
.control
{
height: 60px;
position: relative;
width: 100%;
margin: 5px auto 0 auto;
text-align: center;
}

#controlLeft 
{
width: 20px;
height: 60px;
cursor: pointer;
padding: 0 5px;
}

#controlRight 
{
width: 20px;
height: 60px;
cursor: pointer;
padding: 0 5px;
}

#smallpreview
{
display: inline;
height: 60px;
}

#smallpreviewdiv span
{
display: inline;
margin: 0 2px;
}

#smallpreviewdiv span img.smallpreview
{
border: 1px dotted white;
height: 56px;
padding: 1px;
}

#smallpreviewdiv span:hover
{
cursor: pointer;
}

#smallpreviewdiv span:hover img.smallpreview
{
border: 1px solid white;
}
