div.scroller { 
    /* modify width and height of scrolling section if necessary	*/		
    width:432px; 
    height:69px;
    overflow:hidden;
	float:left;
	/*background:url(../sysimages/bgscroller.jpg) no-repeat left top;*/
}

div.scroller div.section {
    /* modify width and height of each section as needed (should match the size of the scroller window)	*/		
    width:402px; 
    height:49px;
    overflow:hidden;
	padding:10px 15px;
    float:left;	
	/*background:url(../sysimages/bgscroller.jpg) no-repeat left top;*/
}

div.scroller div.section div:first-child{
margin-left:0px;
}

div.scroller div.content {
    width:100000px;
	float:left;
}
