div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 800px; 
	height: 500px;
	overflow: hidden;
	background:url(images/border.gif) no-repeat;
	background-position:top right;
	}
	div.scroller div.pages {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		height:464px;
		width:775px;
		padding:12px 0 25px 25px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}