#carousel_wrapper {
  position: relative;
  width: 100%;
}
#carousel_wrapper li {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  line-height: 200px;
  float: none;
  margin-right: 25px;
}
#carousel_wrapper  li a {
  display: block;
  text-indent: -999999px;
}
.jcarousel-prev {
  width: 23px;
  height: 23px;
  top: -60px;
  right: 30px;
  position: absolute;
  cursor: pointer;
  background: url("//system.netsuite.com/c.ACCT120207/site2012/images/left-arrow.png") no-repeat left top;
}
.jcarousel-next {
  width: 23px;
  height: 23px;
  position: absolute;
  cursor: pointer;
  top: -60px;
  right: 0;
  background: url("//system.netsuite.com/c.ACCT120207/site2012/images/right-arrow.png") no-repeat left top;
}

.jcarousel-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  -moz-border-radius: 5px;
  -moz-box-shadow: 0 0 2px #999;
}

.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 200px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
    left: -50px;
}

.jcarousel-control-next {
    right: -50px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}