ul,li, h3,{ margin:0px; padding:0px;}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 670px; 
	height: 400px; 
	overflow: hidden; 
	 float:left
	}
.controls{  width:130px; height:380px; padding:10px; float:right; background-color:#EFEFEF; font-weight:bold;   }
.controls a{text-decoration:none; color:#333; margin-bottom:5px; padding-bottom:5px; border-bottom:1px dashed #999; display:block}
.controls a:hover{text-decoration:none; color:#ED2025; margin-bottom:5px; padding-bottom:5px; border-bottom:1px dashed #999; display:block}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:650px;
		height:400px;
		float:left;
		padding:10px; 
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		
		}

