a.rect_button.blue { background:#0079c1; width:206px; }
a.rect_button.purple { background:#862175; width:212px;}

a.rect_button { margin:0 9px 0 0; }

div.scrollable { 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 350px; 
    height:62px; 
}

div.scrollable div.items { 
    /* this cannot be too large */ 
    width:2100px;
    position:absolute;
}

div.scrollable div.items div {
    float:left;
    width:350px;
}