.jcarousel-wrapper {
    position: relative;
    float: left;
    padding: 0 25px 0 17px;
    width:734px;
    box-sizing: border-box;

}
.jcarousel-wrapper01{ position: relative; float: left; padding: 0 13px 0 15px;  width:100%; box-sizing: border-box; overflow: hidden; }

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

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

.jcarousel li {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev, .jcarousel-control-next {
    position: absolute;
    top: 55%;
    width: 27px;
    height: 39px;
    text-align: center;
    background: url(../images/index/icon_03.png) no-repeat;
    cursor: pointer;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));

}

.jcarousel-control-prev01, .jcarousel-control-next01 {
    top: 50%; background: url(../images/index/pro-arrow.png) no-repeat; 
    cursor: pointer;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
    width: 14px;
    height: 27px;
    position: absolute;
}

.jcarousel-control-prev {
    left:0;
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    filter:FlipH;
}

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

.jcarousel-control-prev01{
    left: 4px;
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    filter:FlipH;
}

.jcarousel-control-next01 {
    right: 4px;
}


/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}


@media only screen and (max-width:980px){
.jcarousel-control-prev01, .jcarousel-control-next01{ top: 45%; }
.jcarousel-wrapper{ width: calc(100% - 15px); padding: 0 26px 0 26px;}
}

@media only screen and (max-width:640px){

.jcarousel-wrapper{ padding: 0 26px 0 40px; }
}

@media only screen and (max-width:480px){


.jcarousel-control-prev{ left: 40px; }
.jcarousel-control-next{ right: 40px; }

 }

@media only screen and (max-width:450px){

.jcarousel-control-prev01{ left: 20px; }
.jcarousel-control-next01{ right: 20px; }
 }


 @media only screen and (max-width:375px){

.jcarousel-wrapper{ width: calc(100% - 6px); padding: 0 22px 0 30px;  }
.jcarousel-control-prev{ left: 10px; }
.jcarousel-control-next{ right: 10px; }

}