div.scroller {
	width: 740px;
	overflow: hidden;
} 
div.scroller div.contentslide {
	width: 10000px;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:740px;
	float: left;
}
.section img , .section p , .section h2 , .section b{

}

.controls{
	height: 20px;
}

.controls a , .controls a:visited {
	color: #81BC00;
}
.controls a:hover , .controls a:active {
	text-decoration: none;
}

