#slideshow{
list-style:none; 
color:#fff;
}

#slideshow span{
display:none;
}

#wrapper{
width:696px; 
display:none;
}

#wrapper * {
margin:0; 
padding:0;
}


#fullsize{
position:relative;
width:696px;
height:425px;
padding:2px;
border:1px solid #CCC;
}



#image{
width:696px;
}

#image img{
position:absolute; 
z-index:25; 
width:auto;
}

.imgnav{
position:absolute;
width:97%; 
height:20px; 
cursor:pointer; 
z-index:150;
float:right;
}
#imgprev{
left:0; 
background:url(../images/left.gif) left center no-repeat;
}

#imgnext{
right:0; 
background:url(../images/teste.gif) left center no-repeat;
}

#imglink{
position:absolute; 
height:306px;
width:100%;
z-index:100;
opacity:.4;
filter:alpha(opacity=70);
}


#thumbnails{
margin-top:10px;
height:60px;
padding-right:10px;
}



#slidearea{
float:left; 
position:relative; 
width:696px; 
height:60px; 
overflow:hidden;
}

#slider{
position:absolute; 
left:0; 
height:81px;

}

#slider img{
cursor:pointer; 
padding:2px;
}