.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	height: 490px;
	overflow: hidden;
	border-bottom:1px dashed #cccccc;
	margin-bottom:10px;
	}
.scroller .section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	height:490px;
	overflow:hidden;	
	}
.scroller .cont {
	}
.controls {
height:45px;
line-height:18px;
margin-bottom:30px;
}

.controls a:link{
text-decoration:underline; 
}

.controls a:visited{
text-decoration:underline;
}

.controls a:hover{
text-decoration:underline;
}

.controls a:active {
text-decoration:underline; 
} 