.scrollable {
    float: left;
}

a.browse {
    background: url(./hori_large.png) no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1px;
    height: 44px;
    margin: 78px 0px;
    width: 35px;
}

a.right {
    background-position: -49px 0px;
    clear: right;
    margin-right: 0px;
}

a.right:hover {
    background-position: -49px 0px;
}

a.right:active {
    background-position: -49px 0px;
}


a.left {
    margin-left: 0px;
}

a.left:hover {
    background-position: 0 0;
}

a.left:active {
    background-position: 0 0;
}

a.up,
a.down {
    background: url(./vert_large.png) no-repeat;
    float: none;
    margin: 10px 50px;
}

a.up:hover {
    background-position: -30px 0;
}

a.up:active {
    background-position: -60px 0;
}

a.down {
    background-position: 0 -30px;
}

a.down:hover {
    background-position: -30px -30px;
}

a.down:active {
    background-position: -60px -30px;
}


a.disabled {
    visibility: hidden !important;
}