div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 650px; 
	height: 310px;
	overflow: hidden;
	/*border:1px solid #cccccc;*/
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:216px;
		height:100%;
		overflow:hidden;
		float:left;
		padding:1px;
		background-image:url(../images/dotted_saperater.gif);
		background-repeat:no-repeat;
		background-position:right;
				
		}
		div.scroller div.section1 {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:216px;
		height:100%;
		overflow:hidden;
		float:left;
		padding:1px;
		}
	div.scroller div.content {
		width: 1000000px;
		}
/*
	div#section2 {
		background:#FF6600;
		color:#FFFFFF;
		}
div#section3{
		background:#CC9900;
		color:#FFFFFF;
		}
		div#section4{
		background:#FF6600;
		color:#FFFFFF;
		}
		*/
