.jscroll .jcarousel-container {
    background: #fff;
    border: 0px solid #346F97;
}

.jscroll .jcarousel-direction-rtl {
	direction: rtl;
}

.jscroll .jcarousel-container-horizontal {
    width: 100%;
	height: 85px;
}

.jscroll .jcarousel-clip {
    overflow: hidden;
}

.jscroll .jcarousel-clip-horizontal {
	width: 90%;
	height: 85px;
	margin-left:5%;
}

.jscroll .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jscroll .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jscroll .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jscroll .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Horizontal Buttons
 */
.jscroll .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 5%;
    height: 100%;
    cursor: pointer;
    background: url(../images/template/jright.png) no-repeat center center;
}

.jscroll .jcarousel-next-disabled {
	background: url(../images/template/jright-end.png) no-repeat center center;
}
.jscroll .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background: url(../images/template/jright.png) no-repeat center center;
}
.jscroll .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;
    height: 100%;
    cursor: pointer;
    background: url(../images/template/jleft.png) no-repeat center center;
}
.jscroll .jcarousel-prev-disabled {
	background: url(../images/template/jleft-end.png) no-repeat center center;
}

.jscroll .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background: url(../images/template/jleft.png) no-repeat center center;
}
