.jcarousel-wrapper {
  position: relative;
  height: 57px;
  margin-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
.jcarousel-wrapper.jtextcarousel-wrapper{
    background: none;
    height: 100px;
}
/** 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 auto;

}
.jcarousel li h3{
  font-family: helioscondcbold, fantasy;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px #000;
}
.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);
}
li h3.bottom-banner-line1 {
  font-size: 25px;

}

li h3.bottom-banner-line2 {
  font-size: 60px;
  margin-bottom: 20px;
}
.jcarousel.jtextcarousel{
  height: 97px;
  line-height: 32px;
}
.jtextcarousel-pagination{
    top:14px;
}