.jcarousel-wrapper {
    position: relative;
}

.jcarousel-wrapper .jcarousel-control-prev,
.jcarousel-wrapper .jcarousel-control-next {
	position: absolute;
		top: 50%;
		left: -20px;
	width: 17px;
	height: 27px;
	display: block;
	margin-top: -13px;
	background: url('../../images/ico/arrows.png') 0 0;
}
.jcarousel-wrapper .jcarousel-control-next {
	left: auto;
	right: -20px;
	background-position: -17px;
}

.jcarousel-wrapper .jcarousel-pagination-btns {
	position: absolute;
		bottom: -20px;
		left: 0;
	width: 100%;
	text-align: center;
	  padding-left: 30%;
}
	.jcarousel-wrapper .jcarousel-pagination-btns a {
		display: inline-block;
		margin: 0 5px;
		width: 13px;
		height: 13px;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		border: 1px solid #fdcb00;
	}
		.jcarousel-wrapper .jcarousel-pagination-btns a.active {
			background: #fdcb00;
		}
	
/** Carousel **/

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

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

.jcarousel li {
    width: 100%;
    float: left;
    position: relative;
}





