div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 525px; 
	height: 320px;
	overflow: hidden;
	margin:20px 0 10px 0;
	background:#EeEeEe;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:525px;
		height:320px;
		overflow:hidden;
		float:left;	
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2{
		background:#EeEeEe;
		color:#ffffff;
		}


#my-glider {
margin: 0px 0 0 10px;

}

div.controls {
color:#ffffff;
	background-color:#2c3f4a;
	padding:2px 7px;
	border:#666666 thin solid;
	float:left;
	text-align: center;
}

div.controls a{
color:#ffffff;
font-size:11px;
font-weight:bold;

}



div.next {
float:right;
margin-right: 11px;
}

img {
border: none;