div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 630px; 
	height: 240px;
	overflow: hidden;
	 border: 1px #cecece; 
	 padding: 0px 0px 0px 5px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:630px;
		height:240px;
		overflow:hidden;
		float:left;
		padding:.2em;		
		}
	div.scroller div.content {
		width: 10000px;
		}
/*
	div#section2 {
		background:#666666;
		color:#ffffff;
		}
		
*/

	div#my-glider div.controls {
		
	}
	
div.controls {
	padding-top: 10px;
}

 div.controls p a {
	 font-size: 2em;
	 text-decoration: none;
	 color: #69321f;
 }
 
 div.controls img {
	 padding-right: 20px;
 }