/* Jquery Scrollbox Styles */

.scroll-text {
  width: 100%;
  height: 4.5em;
  overflow: hidden;
}
.scroll-text ul {
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin: 0;
}
.scroll-text ul li {
  height: 1.5em;
}
.scroll-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
  font-size: 0;
}
.scroll-img ul {
  width: 100%;
  height: 600px;
  margin: 0;
}
.scroll-img ul li {
  display: inline-block;
  margin: 0px 0 10px 10px;
}
#brandslider.scroll-img ul {
  width: 1600px;
  margin-left: -50px; 
}