#stripcontainer {
  position: relative;
  display: block;
  height: 103px;
  background: #FFFFFF;
  width: 782px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  overflow: hidden;
  z-index: 6;
}

#scroller {
  padding: 0px 1px 0px 1px;
  position: absolute;
  left: 16px;
  height: 103px;
  white-space: nowrap;
  z-index: 10;
}

#scroller img {
   height: 103px;
}

#scrollleft, #scrollright {
  position: absolute;
  float: left;
  height: 123px;
  width: 16px;
  background: #000000;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 100px;
  cursor: pointer;
  z-index: 11;
}

#scrollright {
  right: 0px;
}

