/* Feature */
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 570px; 
	height: 190px;
	overflow: hidden;
	border:5px solid #c0bbb2;
	float:left;
	margin-top:30px;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:580px;
	height:190px;
	overflow:hidden;
	float:left;
	padding:0px;		
}
div.scroller div.content {
	width: 10000px;
}
div#section1 {
	background:#ffffff;
}
div#section2 {
	background:#ffffff;
}
div#section3 {
	background:#ffffff;
}
#previous {
	height: 50px;
	width: 20px;
	display:block;
	float:left;
	margin-top:105px;
}
#previous img {
	border: none;
}
#next {
	height: 50px;
	width: 20px;
	display:block;
	float:left;
	margin-top:105px;
}
#next img {
	border: none;
}