@charset "utf-8";
/* CSS Document */
#container{
overflow:hidden;
width:212px;
height:128px;
background:#fff;
}

#content{
background: #fff;
width:212px;
height:128px;
position:relative;
top:-16px;
}

#thumbs ul{
display:block;
list-style:none;
width:212px;
height:128px;
padding-left:0px;
overflow:hidden;
}

#thumbs ul li{
display:block;
list-style:none;
overflow:hidden;
width:212px;
}

#thumbs ul li a{
margin-top: 4px;
}

#thumbs ul li img{
width:212px;
height:128px;
border:0px;
}

#thumbs ul li img:hover{

opacity:0.5;
FILTER: Alpha(opacity=50);
}

.slide{
width:212px; 
height:128px;
overflow:hidden;
}
