.jcarousel {
    position: relative;
    overflow: hidden;
    /* You need at least a height, adjust this to your needs */
    height: 365px;
}

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

.jcarousel li {
    float: left;
    position: relative;
}

.jcarousel-next {
    position: absolute;
    top: 140px;
    right: -70px;
    width: 54px;
    height: 48px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
    text-indent: -9999em;
}

.jcarousel-prev {
    position: absolute;
    top: 140px;
    left: -88px;
    width: 72px;
    height: 48px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
    text-indent: -9999em;    
}

.jcarousel-pagination {
  position: absolute;
  top: 15px;
  right: 15px;
}

.jcarousel-pagination a {
  display: block;
  float: left;
  background: url(pagination.png) center center no-repeat transparent;
  height: 12px;
  width: 12px;
  text-indent: -99999px;
  margin-left: 5px;
}

.jcarousel section {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 940px;
}

.jcarousel section h2 {
  color: #fff;
  font-family: CinzelRegular, sans-serif;
  font-size: 3.5em;
  font-weight: normal;
  margin: .2em 0em;
  padding-left: 20px;
}

.jcarousel section h2 a {
  color: #fff;
}

.jcarousel aside {
  background: url(../../images/slider_bg.png) center center repeat transparent;
  min-height: 80px;
  padding: 5px 20px;
  font-size: 1.2em;
  font-family: CinzelRegular, sans-serif;
}

.jcarousel aside a {
  float: right;
  margin-top: 35px;
  margin-right: 10px;
  font-size: 1em;
}