/* CSS Document */
#featured_container { 
width:670px;
height:100px;
margin:10px 0;
}

#featured_inner {
float:left;
width:618px;
height:82px;
overflow: hidden;
padding:0;
margin:0;
position:relative;
}

#featured_ul {
position:relative;
left:0;
list-style-type: none;
margin: 0px;
padding:0px;
width:9999px;
}

#featured_ul li{
float: left;                                  
width:100px;
padding:0px;
height:82px;
background: none;
margin:0 11px;
}

#featured_ul li img {
.margin-bottom:-4px;
cursor:pointer;
border:1px solid #bbb;
}
#lt_scroll{
float:left;
height:82px;
width:20px;
position:relative;
}
#rt_scroll{
float:right;
height:82px;
width:20px;
position:relative;
}
#lt_scroll img, #rt_scroll img{
border:0;
cursor: pointer;
cursor: hand;

}
#featured_inner img {
margin-right:5px;
}

