.jcarousel-wrapper {
    margin: 0px auto;
	position:relative;
	margin-left: 0px;
	margin-top: 0px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel4 {
    overflow-x: hidden;
	overflow-y: auto;
}
.jcarousel0 {
    margin-top: 2px;
}

.jcarousel ul {
    width: 20000em;/*
	width: 100%;*/
    position: relative;
    list-style: none;
    margin-top: 70px;
    padding: 0;
}

.jcarousel li {
	padding:0 0px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jcarousel1 li {
	width: 200px;
}
.jcarousel2 ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin-top: 10px;
    padding: 0;
}

.jcarousel3 ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin-top: 10px;
    padding: 0;
}

.jcarousel4 ul {
    width: 20000em;
    /*position: static;*/
    list-style: none;
    margin-top: 0px;
    padding: 0;
}

.jcarousel2 li {
    width: 900px;
	height:500px;
	padding:0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-left: 0px;
}

.jcarousel3 li {
    width: 900px;
	/*height:450px;*/
	padding:0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-left: 0px;
	padding-bottom: 10px;
}

.jcarousel4 li {
    max-width: 115px;
	height:100px;
	padding:0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-left: 0px;
}

@media (max-width: 991px){
	.jcarousel3 li {
		/*height:780px;*/
	}
}

.jcarousel0 ul {
    width: 20000em;/*
	width: 100%;*/
    position: relative;
    list-style: none;
    margin-top: 0;
    padding: 0;
}

.jcarousel0 li {
    width:100%;
	padding:0 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-left: 0px;
}
.jcarousel0 img {
	width: 100%;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel0-control-prev,
.jcarousel-control-next,
.jcarousel0-control-next {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 30px;
    height: 35px;
    text-align: center;
	background-repeat:no-repeat;
	background-position:center center;
	margin-left: 70px;
	cursor:pointer;
}
.jcarousel0-control-prev:hover,
.jcarousel0-control-next:hover,
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
	opacity: 0.5;
}

.jcarousel-control-prev {
    left: -80px;
	background-image:url(/img/minislider/left.png);
}

.jcarousel-control-next {
    right: -5px;
	background-image:url(/img/minislider/right.png);
}

.jcarousel0-control-prev {
    left: -65px;
	background-image:url(/img/minislider/left.png);
}

.jcarousel0-control-next {
    right: 5px;
	background-image:url(/img/minislider/right.png);
}

.jcarousel3-control-prev {
    left: -90px;
	background-image:url(/img/minislider/left.png);
}

.jcarousel3-control-next {
    right: -5px;
	background-image:url(/img/minislider/right.png);
}


/** 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;
}
