#menu-carousel .jcarousel-wrapper {
  width:904px;
  padding:0 28px;
  position:relative;
}

#menu-carousel .jcarousel {
  position:relative;
  overflow:hidden;
  height:100px;
}

#menu-carousel .jcarousel ul {
  width:20000em;
  position:absolute;
  list-style:none;
  margin:0;
  padding:0;
}

#menu-carousel .jcarousel ul li {
  float:left;
}

#menu-carousel .jcarousel-prev {
  position:absolute;
  top:0;
  right:0;
  width:28px;
  height:100px;
  background:transparent url('../images/menu-prev.png') no-repeat left top;
}

#menu-carousel .jcarousel-next {
  position:absolute;
  top:0;
  left:0;
  width:28px;
  height:100px;
  background:transparent url('../images/menu-next.png') no-repeat left top;
}
