.jcarousel-dot-wrapper {
	position: relative;
	width: 960px;
	margin-top: 20px;
}
.jcarousel-dot {
	height: 220px;
	position: relative;
	overflow: hidden;
}
.jcarousel-dot .inner {
	padding: 25px 30px;
}
.jcarousel-dot ul {
	margin: 0px;
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.jcarousel-dot ul li {
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-top: 0px;
	width: 303px;
	height: 200px;
	background-color: #ffffff;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}
.jcarousel-dot ul li h2 {
	font-size: 0.813em;
	font-weight: 800;
	color: #000000;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #f8941d;
	text-transform: uppercase;
	text-align: left;
	line-height: initial;
}
.jcarousel-dot ul li p {
	font-size: 0.813em;
	line-height: 18px;
	color: #333333;
	text-align: left;
	font-weight: 500;
}
.jcarousel-dot ul li img {
	margin-top: 0px;
}
.jcarousel-dot-control-prev,
.jcarousel-dot-control-next {
	font-size: 60px;
	font-weight: 100;
	position: absolute;
	top: 10px;
	text-align: center;
	color: #bcbebe;
	text-decoration: none;
	width: 50px;
	height: 50px;
	border: 1px solid #bcbebe;
	border-radius: 50%;
	line-height: 36px;
}
.jcarousel-dot-control-prev:hover,
.jcarousel-dot-control-next:hover {
	color: #888889;
	border: 1px solid #888889;
}

.jcarousel-dot-control-prev {
	left: -70px;
}

.jcarousel-dot-control-next {
	right: -70px;
}

.jcarousel-dot-control-prev:hover span,
.jcarousel-dot-control-next:hover span {
	display: block;
}

.jcarousel-dot-control-prev.inactive,
.jcarousel-dot-control-next.inactive {
	opacity: .2;
	cursor: default;
}
.jcarousel-dot-control-prev.inactive:hover,
.jcarousel-dot-control-next.inactive:hover {
	color: #bcbebe;
	border-color: #bcbebe;
}

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

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

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

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

	margin-right: 10px;
}

.jcarousel-dot-pagination a.active {
	background: #a2a2a2;
	color: #fff;
	opacity: 1;
}