.jcarousel-wrapper {
	margin: 50px 0px 0px 0px;
	padding: 0px 50px;
	position: relative;
}

@media (max-width: 767px) {
	.responsive .jcarousel-wrapper {
		margin-top: 35px;
	}
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
}

	.jcarousel li a { text-align: center;
		display: block; padding: 10px 0; margin: 0px 6px; min-height: 46px; line-height: 46px; border: 4px solid #f9f9f9; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #fff; -webkit-transition: all 200ms ease-out; -moz-transition: all 200ms ease-out; -o-transition: all 200ms ease-out; transition: all 200ms ease-out; }
	.jcarousel li a:hover { background: #f9f9f9; border: 4px solid #eee; }
	.jcarousel li a img { vertical-align: middle; opacity: 0.8; filter: alpha(opacity=80); }
	.jcarousel li a:hover img { opacity: 1; filter: alpha(opacity=100); }

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: -3px;
	cursor: pointer;
	color: #929292; 
	opacity: 0.8; 
	filter: alpha(opacity=80); 
	font-size: 12px;
	padding: 10px;
	display: block;
	width: 44px;
	height: 32px;
}
	
.jcarousel-control-prev {
	left: 9px;
}
	
	.jcarousel-control-prev:hover,
	.jcarousel-control-next:hover {
		color: #929292; 
		opacity: 1; 
		filter: alpha(opacity=100); 
	}