div.scroller { 
/* modify width and height of scrolling section if necessary	*/		
width: 280px; 
height: 260px;
overflow: hidden;
}
div.scroller div.section {
/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
width:280px;
height:260px;
overflow:hidden;
float:left;		
}
div.scroller div.content {
width: 10000px;
}

div#my-glider .controls{
padding:0 0 5px 0;
margin:0 0 5px 0;
border-bottom:1px solid #333;
}

div#my-glider .controls img{
border:1px solid #222;
}