/* this makes it possible to add next button beside scrollable */
.scrollable {
float:left;	
}
.action {
float:left;	
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
display:block;
width:14px;
height:14px;
float:left;
margin:0px;
cursor:pointer;
font-size:12px;
}
/* right */
a.right	{ 
width:14px;
height:14px;
position:absolute;
right:20px;
top:130px;
z-index:1
}
/* left */
a.left {
width:14px;
height:14px;
position:absolute;
left:48px;
top:130px;
z-index:1
} 

/* disabled navigational button */
a.disabled {
visibility:hidden !important;		
} 	


