div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 800px; 
	height: 300px;
	overflow: hidden;
	border:1px solid #A6C0F0;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:800px;
		height:300px;
		overflow:hidden;
		float:left;		
		}
		div.section p{
			padding:10px;
		}
	div.scroller div.content {
		width: 10000px;
		}
		.controls a{
			color:#5572D7;
			display:block;
			padding-left:5px;
			padding-right:5px;
			float:left;
			text-decoration:none;
			border:1px solid #A6C0F0;
			margin-right:2px;
			margin-bottom:1px;
		}
		div.content strong{
			color:#CC0000;
		}
		div.content img{
			margin:5px;
		}

