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

	div#section2 {

		}
.controls ul {display:inline}		
.controls li {font-family:Geneva, Arial, Helvetica, sans-serif;font-size:12px;font-weight:700; float:left; margin:20px 10px; width:142px;}
.controls a {border:3px dotted #fff;color:#FFF;cursor:pointer;display:block;padding: 10px; text-decoration:none}
.controls a:hover {border: 3px solid #36D202;}