.jcarousel-wrapper {
	position: relative;
	float: left;	
	width:215px;
	padding:0 35px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
	width: 211px;
    border: 1px solid #999;
	margin: 0;
	padding:1px;
}

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

.jcarousel li {
    float: left;
	width:211px !important;

}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: 149px !important;
}
.jcarousel p {
    background-color: #519fce;
    color:#fff;
    font-weight: bold;
    text-align: center;
    padding: 2px 0;

}

/** Carousel Controls **/

.jcarousel-control-prev {
	background:url(arrow_left.png) no-repeat center center;
	width: 27px;
	height: 49px;
	position: absolute;
	top:60px;
	left: 0px;
	text-indent: -9999px;
	z-index: 100;
}
.jcarousel-control-next {
	background:url(arrow_right.png) no-repeat center center;
	width: 27px;
	height: 49px;
	position: absolute;
	top:60px;
	right: 0px;
	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;
}
