div.scroller {
	width: 570px;
	overflow: hidden;
} 
div.scroller div.content {
	width: 10000px;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:570px;
	float: left;
}
.controls a , .controls a:visited {
	color: #E72A7B;
}
.controls a:hover , .controls a:active {
	text-decoration: none;
}

.section h7{
	color:#E72A7B;
	font-family:Georgia, serif;
	font-size:19px;
	font-weight:lighter;
	letter-spacing:-1px;
	line-height: 29px;
}
