.jcarousel-wrapper {
	margin: 20px auto; border-radius: 5px; border: 10px solid rgb(255, 255, 255); border-image: none; position: relative; box-shadow: 0px 0px 2px #999; -webkit-border-radius: 5px; -moz-border-radius: 5px; -webkit-box-shadow: 0 0 2px #999; -moz-box-shadow: 0 0 2px #999;
}
.jcarousel {
	width: 100%; overflow: hidden; position: relative; background-color: #f7f9fa; font-size: 14px;
}
.jcarousel ul {
	list-style: none; margin: 0px; padding: 0px; width: 20000em; position: relative;
}
.jcarousel li {
	/*border: 1px solid rgb(255, 255, 255);*/ padding: 10px; border-image: none; width: 200px; height: auto; float: left; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.jcarousel ul li img {float: left; margin-right: 10px; margin-bottom: 10px;}
.jcarousel img {
	height: auto !important; display: block; max-width: 100%;
}
.jcarousel-control-prev {
	background: rgb(78, 68, 60); font: 24px/27px Arial, sans-serif; border-radius: 30px; top: 50%; width: 30px; height: 30px; text-align: center; color: rgb(255, 255, 255); text-decoration: none; margin-top: -15px; position: absolute; font-size-adjust: none; font-stretch: normal; box-shadow: 0px 0px 4px #f0efe7; text-shadow: 0px 0px 1px #000; -webkit-border-radius: 30px; -moz-border-radius: 30px; -webkit-box-shadow: 0 0 4px #F0EFE7; -moz-box-shadow: 0 0 4px #F0EFE7;
}
.jcarousel-control-next {
	background: rgb(78, 68, 60); font: 24px/27px Arial, sans-serif; border-radius: 30px; top: 50%; width: 30px; height: 30px; text-align: center; color: rgb(255, 255, 255); text-decoration: none; margin-top: -15px; position: absolute; font-size-adjust: none; font-stretch: normal; box-shadow: 0px 0px 4px #f0efe7; text-shadow: 0px 0px 1px #000; -webkit-border-radius: 30px; -moz-border-radius: 30px; -webkit-box-shadow: 0 0 4px #F0EFE7; -moz-box-shadow: 0 0 4px #F0EFE7;
}
.jcarousel-control-prev {
	left: 15px;
}
.jcarousel-control-next {
	right: 15px;
}
.jcarousel-pagination {
	margin: 0px; left: 50%; bottom: -40px; position: absolute; transform: translate(-50%, 0px); -webkit-transform: translate(-50%, 0);
}
.jcarousel-pagination a {
	background: rgb(255, 255, 255); border-radius: 10px; width: 10px; height: 10px; color: rgb(78, 68, 60); line-height: 10px; text-indent: -9999px; font-size: 11px; text-decoration: none; margin-right: 7px; display: inline-block; box-shadow: 0px 0px 2px #4e443c; -webkit-box-shadow: 0 0 2px #4E443C; -moz-box-shadow: 0 0 2px #4E443C;
}
.jcarousel-pagination a.active {
	background: rgb(78, 68, 60); color: rgb(255, 255, 255); opacity: 1; box-shadow: 0px 0px 2px #f0efe7; -webkit-box-shadow: 0 0 2px #F0EFE7; -moz-box-shadow: 0 0 2px #F0EFE7;
}
