.scrollSlider .viewport{
  width:100%;
  height:100%;
  overflow-x:hidden; }
  .scrollSlider .viewport .overview{
    width:10000px;
    height:100%; }
    .scrollSlider .viewport .overview img{
      display:block;
      float:left;
      height:100%;
      margin-right:5px; }
      .scrollSlider .viewport .overview img:last-child{
        margin-right:0; }
    .scrollSlider .viewport .overview:after{
      content:"";
      display:block;
      width:100%;
      clear:both; }
.scrollSlider .scrollbar{
  margin-top:30px;
  margin-bottom:30px;
  width:100%;
  height:15px;
  background-color:#aaa; }
  .scrollSlider .scrollbar .track{
    width:115px;
    height:15px;
    background-color:#222;
    cursor:move; }
