/* All styles for the brand mover script
------------------------------------------- */
#brands-window {
  float: left;
  overflow: hidden;
}

#brands-wrapper {
  width: 645px;
  height: 139px;
  margin: 0 auto;
}

#brands-wrapper {
  width: 679px;
  height: 100px;
}

.tabberlive #brands-wrapper {
  padding: 40px 0 0 0;
}

#brands-wrapper .slide-scroller {
  float: left;
  position: relative;
  width: 50px;
  height: 139px;
}

#brands-wrapper .slide-scroller {
  height: 100px;
}

#brands-wrapper .slide-scroller #brands-scroll-left,
#brands-wrapper .slide-scroller #brands-scroll-right {
  position: absolute;
  z-index: 100;
  top: 30px;
  left: 0;
  display: block;
  width: 30px;
  height: 31px;
  text-indent: -9999px;
  outline: none;
  background: url("../images/bg/scroll-left.gif") no-repeat;
}

#brands-wrapper .slide-scroller #brands-scroll-right {
  left: 19px;
  background: url("../images/bg/scroll-right.gif") no-repeat;
}


/* All styles for the catmover script
----------------------------------------------- */
#catwrap-window {
  position: relative;
  float: left;
  width: 545px;
  height: 139px;
  overflow: hidden;
}

#catwrap-wrapper {
  width: 645px;
  height: 139px;
  margin: 0 auto;
}

.tabberlive #catwrap-wrapper {
  padding: 10px 0 0 0;
}

#catwrap-wrapper .scroller {
  float: left;
  width: 50px;
  height: 139px;
}

#catwrap-wrapper .scroller #catwrap-scroll-left,
#catwrap-wrapper .scroller #catwrap-scroll-right {
  display: block;
  width: 30px;
  height: 31px;
  margin: 54px 0 0 0;
  text-indent: -9999px;
  outline: none;
  background: url("../images/bg/scroll-left.gif") no-repeat;
}

#catwrap-wrapper .scroller #catwrap-scroll-right {
  margin: 54px 0 0 19px;
  background: url("../images/bg/scroll-right.gif") no-repeat;
}
