#my-glider { 
	margin: 0px;
	padding: 0px;
	}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 510px; 
	height: 140px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 510px;
	height: 140px;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
}

div.scroller div.content {
	width: 10000px;
}

div.section p a {
	margin-left: 2em;
}

div#section2 {
	background:#666666;
	color:#ffffff;
}