
.marquee{ 
  position: absolute; 
  left: 0; 
  top: 0; 
  width: 558px; 
}

#marqueeContainer{
   height: 150px;
}

#marqueeControls{
  width: 182px;
  height: 17px;
  margin: 0 0 0 184px;
}

#marqueeControls div{
  height: 17px;
}

.marqueeLeft{
  width: 27px;
  background: #fff url('/images/marquee-left.gif') no-repeat 0 0;
}

.marqueeLeftB{
  width: 36px;
  background: #fff url('/images/marquee-left-b.gif') no-repeat 0 0;
}

.marqueeMid{
  width: 2px;
  background: #fff url('/images/marquee-mid.gif') no-repeat 0 0;
}

.marqueeRight{
  width: 25px;
  background: #fff url('/images/marquee-right.gif') no-repeat 0 0;
}

.marqueeRightB{
  width: 35px;
  background: #fff url('/images/marquee-right-b.gif') no-repeat 0 0;
}

.marqueePause, .marqueePlay{
  width: 10px;
}

.marqueeNext{
  width: 18px;
}

.marqueePrev{
  width: 19px;
}

