div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 100%; 
	height: 250px;
	overflow: hidden;
	border: 0px solid #111111;
	}
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 100%;
	height:250px;
	overflow:hidden;
	float:left;
	padding: 2px;		
}
div.scroller div.content {
	 width: 100%; 
	
}

h3.glider, h3.glider a { font: bold 16px Trebuchet MS, Arial;  margin: 5px 20px 5px 0px; text-transform: none;  text-decoration: none; letter-spacing: 0px;}
p.glider { font-size: 12px; color: #542929; margin: 5px 20px 5px 0px; padding: 0; line-height: 120%; text-align: left; }
