div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 930px; 
	/*height: 200px;*/
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:940px;
		/*height:200px;*/
		overflow:hidden;
		float:left;
		/*padding:1em;		*/
		}
	div.scroller div.content {
		width: 10000px;
		overflow:hidden;
		top: -50px;
		}

	div#section2 {
		color:#ffffff;
		}
div.controls  {
    padding: 5px;
    background:transparent none repeat scroll 0 0;
    text-align: right;
	margin-top: -38px;
}
div.controls a {
    border: 2px solid black;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    background-color: #EC8A05;
    font-weight: bold;
}
div.controls a:hover {
    border: 2px solid #EC8A05;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #EC8A05;
    background-color: white;
    font-weight: bold;
}
#my_glider {
    /*padding: 5px;*/
}
div.scroller .content {
    padding: 0px;
}
