div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 100%;
	height: 188px;
	overflow: hidden;
}
div.scroller a{
	color: #333;
}
div.scroller a:hover{
	color: #333;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:360px;
	height:188px;
	overflow:hidden;
	float:left;
	text-align: left;
}
div.scroller div.section a{
	color: #333;
}
div.scroller div.section a:hover{
	color: #333;
}
div.scroller div.content {
	width: 360px;
}
div.scroller div.content a{
	color: #333;
}
div.scroller div.content a:hover{
	color: #333;
}