@charset "utf-8";
/* CSS Document */
/* root element for scrollable */ 
div.scrollable {      /* required settings */
	position:relative;
	overflow:hidden;      /* vertical scrollers have typically larger height than width */
	height: 400px;
	width: 600px;
	margin: 10px 0 0 0;
}  /* root element for scrollable items */
div.scrollable div.items {
	position:absolute;      /* this time we have very large space for the height */
	height:20000em;
}

.nextPage{margin: 0 0 0 465px; font-weight:bold;}
.prevPage{margin: 0 0 0 20px; font-weight:bold;}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

