div.scroller { 	/* modify width and height of scrolling section if necessary	*/			width: 230px; 	height: 120px;	overflow: hidden;	border:0px solid #cccccc;	}	div.scroller div.scsection {		/* modiy width and height of each section as needed (should match the size of the scroller window)	*/				width:230px;		height:120px;		overflow:hidden;		float:left;		padding:5px;		vertical-align:top;			}	div.scroller div.sccontent {		width: 10000px;		}	