
/* this makes it possible to add next button beside scrollable */
.scrollable {
    //float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    width:13px;
    height:30px;
    float:left;
    margin:40px 0px;
    cursor:pointer;
    font-size:1px;
}

/* right */
a.right { float:right; margin-right: 5px; margin-top: 55px;}


/* left */
a.left { float:left; margin-left: 15px; margin-top: 55px;}


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