.jcarousel-wrapper {
    position: relative;

}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    padding: 0;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
text-align: left;

}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 42px;
    width: 28px;
    height: 52px;
    text-decoration: none;
    z-index: 999;
}

.jcarousel-control-prev {
    left: 15px;
    background:url('../images/kiosk/slider_back_active.png') no-repeat;
}

.jcarousel-control-next {
    right: 16px;
    background:url('../images/kiosk/slider_next_active.png') no-repeat;
}

.jcarousel-control-prev.inactive {
    background:url('../images/kiosk/slider_back.png') no-repeat;
}

.jcarousel-control-next.inactive {
    background:url('../images/kiosk/slider_next.png') no-repeat;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    /*opacity: .5;*/
    cursor: default;
}

/** Carousel Pagination **/



/*.jcarousel ul li a {
    width: 103px;
    height: 96px;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.5em;

}

.jcarousel ul li a.active {

}*/

.jcarousel ul li a img {
    margin: 18px 0 6px 0;
}
          

.jcarousel-control-prev, .jcarousel-control-next
{
    visibility:hidden;
}    
.jcarousel-pagination {
    padding: 0 2px;
}  
.jcarousel-pagination a {
    background: transparent url("../images/dot.png") no-repeat scroll center center;
    border: 0 none;
    color: #eee;
    display: block;
    float: left;
    font-size: 0;
    height: 8px;
    margin: 0 4px 0 0;
    padding: 0 2px;
    text-decoration: none;
    width: 8px;
}      

.jcarousel-pagination a.active {
    background: transparent url("../images/dot_active.png") no-repeat scroll center center;
}  

.slider h2 {
    font-size:17px;
    color:#006a53;
    MARGIN:0;
    padding:0;
    font-weight:normal;
    border-bottom:0px;
    text-transform:uppercase;
}

.slider h3 {
    font-size:30px;
    color:#006a53;
    MARGIN:0;
    padding: 4px 0 8px 0;
    font-weight:normal;
    text-transform:none;
    border-bottom:0px;
}

.slider span {
    color:#555555;
    padding-bottom:13px;
    display:inline-block;
}

.jcarousel .row, .jcarousel .col-md-7, .jcarousel .col-md-5 {
    padding:0;
    margin:0;
}

.terms {
    padding:20px 0;
    border-top:1px dotted #c6c8c9;
    border-bottom:1px dotted #c6c8c9;
}

.terms1 {
    font-size:0.9em;
    color:#000 !important;
    text-transform:uppercase;
    display:inline-block;
    padding: 0 0 0 0 !important;
}

.terms2 {
    font-size:1.6em;
    color:#000 !important;
    display:inline-block;
    padding: 0 0 0 0 !important;
}

.terms3 {
    font-size:1.1em;
    color:#000 !important;
    display:inline-block;
    padding: 0 0 0 0 !important;
}

.terms4 {
    font-size:1.0em;
    display:inline-block;
    border:1px solid #598d15;
    color:#598d15 !important;
    background:#eef3e7 !important;
    -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
padding: 2px 10px !important;
}

.dates .left {
    width:50px;
    margin-right:15px;
    margin-left:15px;
    text-align:right;
    display:block;
}

.dates .left span {
    width:33px;
    height:33px;
    margin-top:1px;
    float:left;
    display:inline-block;
    background: url("../images/dates.png") no-repeat 0 0;
}

.dates .right {
    float:left;
    display:block;
    color:#006a53;
    margin-left:15px;
    line-height:1.2em;
    font-size:1.2em;
    text-transform:uppercase;
}

.hours {
    margin-top:16px;
}

.hours .left {
    width:50px;
    margin-right:15px;
    text-align:right;
    display:block;
    float:left;
}

.hours .left span {
    margin-top:1px;
    display:inline-block;
    border: 1px solid #e70c26;
    border-radius: 15px;
    color: #e70c26 !important;
    display: inline-block;
    font-size: 0.9em;
    text-align: center;
    padding: 0px 3px !important;
}

.hours .right {
    float:left;
    display:block;
    color:#2d3e4f;
    font-size:1.1em;
    width: 80%;
}

.days {
    margin-top:16px;
}

.days .left {
    width:50px;
    margin-right:15px;
    text-align:right;
    display:block;
    color:#000;
    font-weight:bold;
    font-size:1.0em;
    float:left;
}

.days .right {
    float:left;
    display:block;
    color:#2d3e4f;
    font-size:1.0em;
    width:370px;
}


.jcarousel-wrapper {
    margin-bottom:20px;
    margin-top:20px;
    padding-bottom:20px;
    border-bottom:2px solid #2d3e4f;
}

.slider {
    width:670px;
}

.slider-r {
    width:470px;
    margin-top:35px;
}


.clear { clear: both; height: 0; line-height: 0; font-size: 0; }
