.jcarousel-wrapper {
    margin:0 auto;
    position: relative;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
	margin: 0 -15px;
}

#jc1 .jcarousel {
    position: relative;
    overflow: hidden;
	margin:0px;
}



.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
	padding:0 6px;
}

.jcarousel img {
    width:100%;
    height: auto;
	vertical-align:middle;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: -60px;
    margin-top:0;
    width: 20px;
    height: 20px;
    text-align: center;
    /*background: #4E443C;*/
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
	cursor:pointer;
	z-index:999;
	overflow:hidden;
}

.jcarousel-control-prev {
    right: 25px;
	background:url(../images/jc-arow-prev.png) no-repeat;
}
.jcarousel-control-prev:hover {
	background:url(../images/jc-arow-prev-hover.png) no-repeat;
}


.jcarousel-control-next {
    right:0;
	background:url(../images/jc-arow-next.png) no-repeat;
}
.jcarousel-control-next:hover {
	background:url(../images/jc-arow-next-hover.png) no-repeat;
}




#jc1 .jcarousel-control-prev,
#jc1 .jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top:-45px;
    width: 47px;
    height: 90px;
    text-align: center;
    /*background: #4E443C;*/
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
	cursor:pointer;
	z-index:999;
	overflow:hidden;
}

#jc1 .jcarousel-control-prev {
    left: -56px;
	background:url(../images/jc1-arow-prev.png) no-repeat;
}

#jc1 .jcarousel-control-next {
    right:-56px;
	background:url(../images/jc1-arow-next.png) right no-repeat;
}


/** 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 screen and (max-width: 1024px){	


}

@media screen and (max-width: 768px){	



}