.jcarousel-wrapper {
  position: relative;
  background-image: url(../../images/OrlovPerformance/back_fol-slider.png);
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
  height: 57px;
  margin-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

/** Carousel **/

.jcarousel {
  position: relative;
  overflow: hidden;
  width: 720px;
  height: 50px;
  margin-left: 100px;
}


.jcarousel ul {
  width: 20000em;
  height: 100%;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
}

.jcarousel li {
  float: left;
  width: 720px;
  text-align: center;
  padding: 8px 0 0 0;
  margin: auto;
}
.jcarousel li h3{
  font-family: helioscondcbold, fantasy;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px #000;
  font-size: 38px;
}
.jcarousel li a{
  text-decoration: none;
  margin: auto auto;
}
/** Carousel Pagination **/

.jcarousel-pagination {
  position: absolute;
  bottom: 2px;
  left: 15px;
  margin-left: 20px;
}

.jcarousel-pagination a {
  min-height: 15px;
  min-width: 15px;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  min-width: 14px;
  background:url(../../images/OrlovPerformance/dot-noselect-slider.png) no-repeat;
  background-position: center;
  border-radius: 14px;
  padding: 3px;
  text-align: center;
  margin-right: 2px;
  opacity: .75;
}

.jcarousel-pagination a.active {
  background:url(../../images/OrlovPerformance/dot-select-slider.png) no-repeat;
  background-position: center;
  opacity: 1;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

