div.scroller { 
/* modify width and height of scrolling section if necessary
width: 635px;
height: 300px
border:1px solid #cccccc;*/
width: 680px;
height: 250px;
overflow: hidden;
/*Ľoriginal*/
margin: 0px 0px 20px 0px;
padding: 0px;
}

div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
/*width:635px;
height:300px;*/
width:680px;
height:250px;
overflow:hidden;
float:left;
/*padding:1em;*/		
}

div.scroller div.content {
width: 10000px;
}

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

/*Ľoriginal*/
#my-glider {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}