div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 480px;; 
	height:290px;
	overflow: hidden; 
	}
	div.scroller div.section  {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 480px;; 
	height: 290px;
		overflow:hidden;
		float:left;
		padding:0px;		
		}
	div.scroller div.content {
		width: 10000px; 
		}
div.scroller div.content div  {	height: 290px; }
div.scroller div.sectiona  { background:#e3e0d1; color:#333; }
div.scroller div.sectionb  { background:#dbd4b4; color:#333; } 


.slidepg {font-size:10px; font-weight:bold; width:480px }
.pageno {padding:2px; border:1px solid #ddd; }
 
