div#thumbs {
  overflow:hidden;
  height:50px;
  width:510px;
  margin-bottom:10px;
}

div#thumbs img {
  margin-left:12px;
  cursor:pointer;
}

#thumbs_next,#thumbs_prev {
  cursor:pointer;
  color:#555;
}

#thumbs_next:hover,#thumbs_prev:hover {
  color:#000;
}
