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

div.scroller div.section img {
  height:34px;
  border:2px solid #fff;
}

div.scroller div.section img.selected {
  border:2px solid #ff9900;
}

div.scroller div.section table {
  border:0;
}

#selected_img {
 border:2px solid #ff9900;
 padding:3px;
}


