.jcarousel-container {
    border: 0px solid grey;
}
.jcarousel-container-horizontal {
	width: 100%;
    padding: 0px 0px;
}
.jcarousel-clip {
    overflow: hidden;
}
.jcarousel-clip-horizontal {
    width:  100%;
    height: 100%; /*height: 105px;*/
}
.jcarousel-item {
    width: 140px;
    height: 100%; /*height: 105px;*/
	margin: 0 auto;
	text-align: center;
	background: #1E1A1B;
}
.jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0;
}
.jcarousel-item-placeholder {
    background: #1E1A1B;
    color: #000;
}

/* Horizontal Buttons */
.jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 22px;
    height: 45px;
    cursor: pointer;
    background: transparent url(next-horizontal4.png) no-repeat 0 0;
	background-position: -53px 0;
	border-right:0px solid red;
}
.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus {
    background-position: -27px 0;
}
.jcarousel-next-horizontal:active {
    background-position: -1px 0;
}
.jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 22px;
    height: 45px;
    cursor: pointer;
    background: transparent url(prev-horizontal4.png) no-repeat 0 0;
	background-position: -1px 0;
}
.jcarousel-prev-horizontal:hover,
.jcarousel-prev-horizontal:focus {
    background-position: -27px 0;
}
.jcarousel-prev-horizontal:active {
    background-position: -54px 0;
}