.scrollable {
    position:relative;
    overflow:hidden;
    width: 960px;
    height:268px;
}

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

.items div {
    float:left;
    width:960px;
    height:268px;
}

.scrollable .active {
    position:relative;
    cursor:default;
}

.scrollable {
    float:left;
}

a.browse {
    background:url(../assets/btn-banners.png) no-repeat;
    display:block;
    width:30px;
    height:268px;
    float:left;
    margin:0px 0px;
    font-size:1px;
    z-index: 2;
}

/* right */
a.right { background-position:-30px 0px; margin-left:930px; position: absolute; z-index: 1;}
a.right:hover { background-position:-30px 0px; background-color: #FFF;}
a.right:active { background-position:-30px 0px; }


/* left */
a.left { margin-left: 0px; margin-right: 0px; position: absolute; z-index: 2; }
a.left:hover  { background-position:0px 0px;  background-color: #FFF;}
a.left:active { background-position:0px 0px; }


/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}
