.jcarousel-container {
	top:0;
	width:920px;
	height: auto;
	overflow:hidden;
	margin-bottom: 15px;	
}

.jcarousel-container li {
	height: 86px;
	line-height: 86px;	
}
.jcarousel-container li img {
	vertical-align: middle;
}

.jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-clip {
    overflow: hidden;
	width: 860px;
	margin-left: 30px;
	}

.jcarousel-item {
    width: 110px;
    height: auto;
	margin-right:40px;
}


.jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin: 0;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-prev-horizontal, .jcarousel-next-horizontal {
    position: absolute;
    top: 32px;
    right: 0;
    width: 11px;
    height: 20px;
    cursor: pointer;
    background: url(images/arrows.png) no-repeat 0 -20px;
}
.jcarousel-prev-horizontal:hover,
.jcarousel-next-horizontal:hover {
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-prev-horizontal {  
    left: 0;
    background: url(images/arrows.png) no-repeat 0 0;
}

.jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 0;
    background: url(images/arrows.png);
}

.jcarousel-prev-horizontal:hover, 
.jcarousel-prev-horizontal:focus,
.jcarousel-next-horizontal:hover, 
.jcarousel-next-horizontal:focus {
	
}


