div#scroll
{
width:650px;
height:120px;
background-color:#CCCCCC;
overflow-x:scroll;
overflow-y:hidden;
margin:15px auto;
}
div#scroll clr // to clear floating elements in the list
{
clear:both;
font-size:1px;
line-height:1px;
}
#scroll ul
{
width:1500px;
height:100px;
}
#scroll ul li
{
display:block;
float:left;
margin-left:5px;
}
#scroll ul li a img
{
border:none;
}