#myglider {
  margin-left: 10px;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
  margin: 0;
  padding:0;
  height: 193px;
  width: 930px;
	overflow: hidden;
	float:left;
  border: 1px solid #bbb;
  background: #FFFFff;	
	}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 930px;
	height: 175px;
	overflow:hidden;
	float:left;
	text-align: left;		
  margin-top: 8px;
}

div.scroller div.section img {
  margin: 0 0 0 9px;
  width: 175px;
  height: 175px;
}	

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