﻿.jcarousel-wrapper {
    margin: 0 0 20px 0;
    position: relative;
    width:570px;
    padding:0 40px;
    clear:both;

}
/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 570px;
    height: auto;
}

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

.jcarousel li {
    float: left;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 45%;
    right: 5px;
    width: 34px;
    height: 44px;
    cursor: pointer;
    text-indent: -999999px;
}

.jcarousel-control-prev {
    left: 5px;
      background: #ccc url(../Images/Carousel/control_left.png) no-repeat 0 0;
}

.jcarousel-control-next {
    right: 5px;
    background: #ccc url(../Images/Carousel/control_right.png) no-repeat 0 0;
}

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

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    background-color: #9AC935;
}

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

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    right: 15px;
    padding:0 40px 5px 40px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #80b931;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    text-decoration:none!important;
    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #80b931;
    color: #fff!important;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 45%;
    right: 5px;
    width: 34px;
    height: 44px;
    cursor: pointer;
    background: #ccc url(../Images/Carousel/control_right.png) no-repeat 0 0;
}
.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus {
    background: #9AC935 url(../Images/Carousel/control_right.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:active {
    background-position: 0 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 45%;
    left: 5px;
    width: 34px;
    height: 44px;
    cursor: pointer;
    background: #ccc url(../Images/Carousel/control_left.png) no-repeat 0 0; 
}

.jcarousel-prev-horizontal:hover, 
.jcarousel-prev-horizontal:focus {
     background: #9AC935 url(../Images/Carousel/control_left.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:active {
    background-position: 0 0;
}

.jcarousel-wrapper2 {
    margin: 0 0 20px 0;
    position: relative;
    width:570px;
    padding:0 40px;
    clear:both;

}

/** Carousel **/

.jcarousel2 {
    position: relative;
    overflow: hidden;
    width: 570px;
    height: auto;
}

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

.jcarousel2 li {
    float: left;
}

/** Carousel Controls 2 **/

.jcarousel-control-prev2,
.jcarousel-control-next2 {
    position: absolute;
    top: 45%;
    right: 5px;
    width: 34px;
    height: 44px;
    cursor: pointer;
    text-indent: -999999px;
}

.jcarousel-control-prev2 {
    left: 5px;
      background: #ccc url(../Images/Carousel/control_left.png) no-repeat 0 0;
}

.jcarousel-control-next2 {
    right: 5px;
    background: #ccc url(../Images/Carousel/control_right.png) no-repeat 0 0;
}

.jcarousel-control-prev2:hover span,
.jcarousel-control-next2:hover span {
    display: block;
}

.jcarousel-control-prev2:hover,
.jcarousel-control-next2:hover {
    background-color: #9AC935;
}

.jcarousel-control-prev2.inactive,
.jcarousel-control-next2.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination2 {
    position: absolute;
    bottom: 0;
    right: 15px;
    padding:0 40px 5px 40px;
}

.jcarousel-pagination2 a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #80b931;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    text-decoration:none!important;
    opacity: .75;
}

.jcarousel-pagination2 a.active {
    background: #80b931;
    color: #fff!important;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal2 {
    position: absolute;
    top: 45%;
    right: 5px;
    width: 34px;
    height: 44px;
    cursor: pointer;
    background: #ccc url(../Images/Carousel/control_right.png) no-repeat 0 0;
}
.jcarousel-next-horizontal2:hover,
.jcarousel-next-horizontal2:focus {
    background: #9AC935 url(../Images/Carousel/control_right.png) no-repeat 0 0;
}

.jcarousel-next-horizontal2:active {
    background-position: 0 0;
}

.jcarousel-next-disabled-horizontal2,
.jcarousel-next-disabled-horizontal2:hover,
.jcarousel-next-disabled-horizontal2:focus,
.jcarousel-next-disabled-horizontal2:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal2 {
    position: absolute;
    top: 45%;
    left: 5px;
    width: 34px;
    height: 44px;
    cursor: pointer;
    background: #ccc url(../Images/Carousel/control_left.png) no-repeat 0 0; 
}

.jcarousel-prev-horizontal2:hover, 
.jcarousel-prev-horizontal2:focus {
     background: #9AC935 url(../Images/Carousel/control_left.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal2:active {
    background-position: 0 0;
}