ul#products li, ul#products { list-style-type: none; display: inline }
#merchandise-scroller {
    width: 700px;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    height: 130px;
    border: 1px solid #ccc;
    margin-left: 10px;
}

h4#store-header {
    margin-left: 10px;
}
