﻿/* this makes it possible to add next button beside scrollable */
.scrollable {
    float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	/**
    float:left;
    margin:40px 0px;
    cursor:pointer;
    font-size:1px;
    */
}

/* right */
a.right { /* float:right;  margin-top: 55px;*/}


/* left */
a.left { /*float:left;  margin-top: 55px;*/}


/* disabled navigational button 
a.disabled {
    visibility:hidden !important;
}
*/