#scroller
{
    width: 100%;
    overflow: hidden;
}

.scrollable
{
    position:relative;
    overflow:hidden;
    width: 100%;
    height:220px;
}

.scrollable .items
{
    width:20000em;
    position:absolute;
}

.items div
{
    float:left;
}