div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width:725px;
	height: 367px;
	overflow: hidden;
	margin:0;
	padding:0;
	border-top:1px solid #C9B79E;
	border-bottom:7px solid #C9B79E;
	background-color:#EDE2CE;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:725px;
		height:367px;
		overflow:hidden;
		float:left;
		margin:0;
	padding:0;	
		}
	div.scroller div.content {
		width: 10000px;
		}
.active {
	background-color: #000;
	color: #fff;
	}	

