
#image_scroller_container {
  position: relative;
  overflow: hidden;
  border: 1px solid #BCBCBC;
  background-color: #f9f9fa;
  width: 478px;
  height: 122px;
  margin:auto;
}

#image_scroller {
  position: absolute;
  top: 0px;
  padding:0px;
  text-align: center;
}


#image_scroller .sliderImageDiv {
  float: left;
  width: 160px;
  height:110px;
  text-align:center;
  margin:6px 0px 0px 0px;
}

.sliderImageDiv img {
  cursor:pointer;
}

#move_buttons {
  width:570px;
  margin:auto;
  position:relative;
}


#move_buttons #move_left {
  position:absolute;
  left:0px;
}

#move_buttons #move_right {
  position:absolute;
  right:0px;
}

.move_button {
  top:23px;
}

.thumbScroll {
  background-image: url(http://crewandhowell.com/videoSlideShow/graphics/captBackground.png);
  background-position: center;
  background-repeat: no-repeat;
}


