div.prevPage {
	width:90px;
	padding:0px 0px 0px 84px;
}

div.nextPage {
	width:90px;
	padding:0px 0px 0px 84px;
}

div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 365px; 
    width: 574px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}

#actions {

width:574px;
margin-bottom:5px;
}

.nextPage {
float:right;
}

.disabled {
visibility:hidden;
}


