.jcarousel-wrapper {
	margin-bottom: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}

/** Carousel **/

.jcarousel {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #FFF;
	border-radius: 4px;

}

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

.jcarousel li {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}


/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
	position: absolute;
	text-align: center;
	color: #fff;
	text-decoration: none;
	bottom: 50px;
	border-radius: 50%;
	font-size: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #eee;
}
	
.jcarousel-control-prev {
	left: -25px;
}
.jcarousel-control-prev:hover {
	color: #428bca;
	background-color: #CCC;
}

.jcarousel-control-next {
	right: 0px;

}
.jcarousel-control-next:hover {
	color: #428bca;
	background-color: #CCC;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    top: -26px;
    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: 10px;
    height: 9px;
    width: 9px;
    line-height: 9px;

    background: #33ccff;
    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: #ff9900;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
