@charset "UTF-8";
/* CSS Document */

img{
border:none;
}

a{
text-decoration:none;
}

#wrap1{
float:left;
}

#wrap2{
float:right;
}

#slideshow{
width:550px;
height:409px;
overflow:hidden;
margin:0px 0px 5px 0px;
padding:0px;
}

#slideshow img{
width:555px;
height:409px;
margin:0px;
padding:0px;
position:relative;
top:-21px;
left:0px;
}


#thumbs{
float:right;
width:98px;
height:455px;
overflow:hidden;
background-image:url(../images/thumb-bg.gif);
background-repeat:repeat-y;
}

#thumbs ul{
list-style-type:none;
margin-left:0px;
padding-left:0px;
margin-top:0px;
}

#thumbs ul li{
float:left;
width:44px;
height:44px;
border-left:4px solid #fff;
border-bottom:7px solid #fff;
background-color:#878074;
}

#caption{
width:550px;
height:50px;
clear:both;
float:left;
overflow:hidden;
color:#666;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:9pt;
line-height:11pt;
}

#slideshow a img{
margin:0px;
}


