div#kit {
  		 background-color:#FFFFFF;
  		 width: 500px;
			 height: 450px;
			 border-color: 2px solid #800000;
			 color:#000000;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 400px;
	height: 225px;
	overflow: hidden;
	border:1px solid #cccccc;
	paddi
}
	
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:400px;
		height:225px;
		overflow:hidden;
		float:left;
		padding:1em;		
	}
		
div.scroller div.content {
		width: 10000px;
}

div#section1 {
		background:#400000;
		color:#FFFFFF;
}

div#section2 {
		background:#400040;
		color:#FFFFFF;
}

div#section3 {
		background:#000080;
		color:#FFFFFF;
}

div#section4 {
		background:#FF0000;
		color:#FFFFFF;
}