.jcarousel-wrapper {
	margin: 0 auto;
	position: relative;
	max-width:1172px;
}
.jcarousel {
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 17px;
    position: relative;
    top: -15px;
    width: 85%;
}
.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.jcarousel li {
	width: auto;
	float: left;
	padding: 10px 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-table;
}
.jcarousel li h3 {
	display: none;
}
.jcarousel img {
	display: inline-block;
	max-width: 100%;
}
.jcarousel-control-prev, .jcarousel-control-next {
	position: absolute;
	top: 28px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	text-decoration: none;
    font: 24px/27px Arial, sans-serif;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #000;
}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
	background: #ababab;
}
.jcarousel-control-prev {
    left: 30px;
}
.jcarousel-control-next {
    right: 30px;
}
a.jcarousel-control-prev, a.jcarousel-control-next, a.jcarousel-control-prev:hover, a.jcarousel-control-next:hover {
	color: #000 !important;
}
.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: none;
	border: 1px solid #838698;
	font-size: 11px;
	height: 10px;
	width: 10px;
	line-height: 10px;
	background: #fff;
	color: #4E443C;
	border-radius: 10px;
	text-indent: -9999px;
	margin-right: 7px;
}
.jcarousel-pagination a.active {
	background: #838698;
	color: #fff;
	opacity: 1;
}