
/* this makes it possible to add next button beside scrollable */
.scrollable {
    float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    background:url(../images/arrows.png) no-repeat;
    display:block;
    width:50px;
    height:52px;
    float:left;
    margin:60px 25px 0px 8px;
    cursor:pointer;
    
}

/* right */
a.right {background:url(../images/arrow-right.png) no-repeat; margin-right: 0px;}



/* left */
a.left {background:url(../images/arrow-left.png) no-repeat;}
/* up and down */



