.jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
    border: 0;
    width: 100%;
    max-width: 1900px;
    height: 453px;
    /*-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;*/
}
.blog-block .jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
    border: 0;
    width: 100%;
    max-width: 700px;
    height: 450px;
    /*height: 453px;*/
    /*-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;*/
}
.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

.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: 180px;
    /*width: 30px;
    height: 30px;*/
    /*text-align: center;*/
    /*background: #4E443C;*/
    color: #fff;
    text-decoration: none;
    /*text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;*/
}
.jcarousel-control-next {
    background-image: url("../../img/arrow-right.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 99px;
    width: 68px;
}
.jcarousel-control-prev{
    background-image: url("../../img/arrow-left.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 99px;
    width: 68px;
}
.jcarousel-control-prev {
    left: 35px;
}

.jcarousel-control-next {
    right: 35px;
}

.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-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}
.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}
.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

.blog-block .jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 43.5%;
}
.blog-block .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 7px;
    line-height: 7px;
    min-width: 7px;

    background: #CCCCCC;
    /*color: #4E443C;*/
    border-radius: 7px;
    padding: 3px;
    text-align: center;

    margin-right: 14px;

    opacity: .75;
}

.blog-block .jcarousel-pagination a.active {
    background: #999999;
    /*color: #fff;*/
    opacity: 1;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);*/
}



/***/
.slider .jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 47.5%;
    /*left: 599px;*/
}
.slider .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 1px;
    /*font-size: 7px;
    line-height: 7px;*/
    height: 17px !important;
    width: 17px !important;
    padding: 0 !important;
    overflow: hidden;

    /*background: #CCCCCC;*/
    background-image: url("../../img/dot.png");
    background-color: transparent;
    /*color: #4E443C;*/
    /*border-radius: 7px;
    padding: 3px;*/
    /*text-align: center;*/
    margin-right: 14px;
    margin-bottom: 6px;
    /*opacity: .75;*/
    background-position: 0 0;
    border: 0;
    border-radius: 0;
}
.slider .jcarousel-pagination a.active {
    /*background: #999999;*/
    /*color: #fff;*/
    opacity: 1;
    background-position: 0 -17px;
    background-color: transparent;
    border: 0;
    border-radius: 0;


    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);*/
}




.menu-slider-block .jcarousel-control-prev,
.menu-slider-block .jcarousel-control-next {
    position: absolute;
    top: 300px;
    /*width: 30px;
    height: 30px;*/
    /*text-align: center;*/
    /*background: #4E443C;*/
    color: #fff;
    text-decoration: none;
    /*text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;*/
}
.menu-slider-block .jcarousel-control-next {
    background-image: url("../../img/next.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 58px;
    width: 48px;
}
.menu-slider-block .jcarousel-control-prev{
    background-image: url("../../img/prev.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 58px;
    width: 48px;
}
.menu-slider-block .jcarousel-control-prev {
    left: 20px;
}
.menu-slider-block .jcarousel-control-next {
    right: 20px;
}




.menu-slider-block .jcarousel-control-prev_,
.menu-slider-block .jcarousel-control-next_ {
    position: absolute;
    top: 300px;
    /*width: 30px;
    height: 30px;*/
    /*text-align: center;*/
    /*background: #4E443C;*/
    color: #fff;
    text-decoration: none;
    /*text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;*/
}
.menu-slider-block .jcarousel-control-next_ {
    background-image: url("../../img/next.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 58px;
    width: 48px;
}
.menu-slider-block .jcarousel-control-prev_ {
    background-image: url("../../img/prev.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 58px;
    width: 48px;
}
.menu-slider-block .jcarousel-control-prev_ {
    left: 20px;
}
.menu-slider-block .jcarousel-control-next_ {
    right: 20px;
}