.jcarousel-wrapper {
	background:url(back_jcarousel.jpg) no-repeat left top;
	position: relative;
	float: left;	
	width:270px;
	padding: 18px 20px 22px 20px;
	margin: 0 10px 0 20px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
	width: 270px;
	margin: 0;
	padding:0;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
	position:relative;	
    float: left;
	width:270px !important;
	height:89px !important;
}

.jcarousel li h5 {
	font-weight: bold;
	font-size: 15px;
	color: #056cb9;

}
.jcarousel li span.more a {
	background:url(more.png) no-repeat left top;	
	width:66px;
	height:18px;
	position: absolute;
	bottom: 2px;
	right: 16px;
	z-index: 10;
	text-indent:-9999px;
}
.jcarousel img {
	float: left;
    display: block;
    max-width: 100%;
    height: auto !important;
	margin: 0 10px 0 0;
}

/** Carousel Controls **/

.jcarousel-control-prev {
	background:url(arrow_left.png) no-repeat center center;
	width: 24px;
	height:24px;
	position: absolute;
	top:50px;
	left: -10px;
	text-indent: -9999px;
	z-index: 100;
}
.jcarousel-control-next {
	background:url(arrow_right.png) no-repeat center center;
	width: 24px;
	height: 24px;
	position: absolute;
	top:50px;
	right: -10px;
	text-indent: -9999px;
	z-index: 100;
}

/** 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;
}
