div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 280px; 
	height: 250px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:280px;
		height:250px;
		overflow:hidden;
		float:left;
		padding: 0px;		
		}
	div.scroller div.glidercontent {
		width: 10000px;
		}

	div#section2 {}
	
div.scroller.features { 
width:900px;
height: 185px;
}


div.scroller div.section.features {
width:900px;
height: 185px;
}

div#section11, div#section12, div#section13, div#section14, div#section15 {
background-color:#f9f9f1;
}

#controlsfeatures{
float: right;
margin: 0px 20px 0px 0px;
padding: 3px 0px 2px 4px;
width: 105px;
}


	

	


