/* BIOGRAPHIES */
body.biographies #content {
width: 690px;
}
body.biographies #content h1 {
margin: 0;
}

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

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
display:block;
width:25px;
height:63px;
background:url(/images/scrollable/left.png) no-repeat;
float:left;
margin:120px 10px;
cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
background-position:0px -63px;	
}

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

/* next button uses another background image */
a.next, a.nextPage {
background-image:url(/images/scrollable/right.png);
clear:right;
}
