#scroller-wrapper{
margin-top:39px;
width:1000px;
height:200px;
overflow:hidden;
position:relative;
background:#880304;
}
#scroller {
height:150px;
display:block;
list-style:none;
margin:0;
padding:0;
}
#scroller li {
display:block;
text-align:left;
font-size:11px;
height:150px;
margin:0;
padding:0;
float:left;
}
