
.jcarousel-wrapper {
  position: relative;
}

/** Carousel **/


.jcarousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}



.jcarousel li {
  float: left;
  margin-left: 4px;
  padding: 3px;
  width: 200px;
  text-align:center;
}

.jcarousel img {
  height: auto !important;
  max-width: 100%;
}

.jcarousel .loading {
    text-align: center;
    line-height: 90px; /* Fake vertical aligning */
}

/** Carousel Controls **/


.jcarousel-control-prev, .jcarousel-control-next {
  background: none repeat scroll 0 0 #acacac;
  border-radius: 5px;
  box-shadow: 0 0 4px #f0efe7;
  color: #9b9b9b;
  font: 24px/27px Arial,sans-serif;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  top: 50%;
  width: 30px;
}
.jcarousel li:first-child {
  margin-left: 0;
}

.jcarousel-control-prev {
  left: -37px;
}

.jcarousel-control-next {
    right: -50px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}
