div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 550px; 
	height: 350px;
	overflow: hidden;
	text-align:center;
	margin-bottom:16px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:550px;
		height:350px;
		overflow:hidden;
		float:left;
		
		}
	div.scroller div.content11 {
		width:10000px;
		}

	div#section2 {
		background:#F5F1ED;
		color:#BD988C;
		}
#my-glider
{
padding-left:18px;
padding-top:8px;
border:1px solid #BD988C;
margin-bottom:20px;

}
.controls img
{
border:1px solid #BD988C;
}