 .jcarousel-container {
}

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

 .jcarousel-container-horizontal {
    width: 886px;
    padding:0 28px;
}


 .jcarousel-clip-horizontal {
    width:  886px;
    height: 242px;
    
}


 .jcarousel-item {
    width: 282px;
    height: 242px;
    
}

 .jcarousel-item-horizontal {

}

 .jcarousel-direction-rtl .jcarousel-item-horizontal {

}

 .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
 .jcarousel-next-horizontal {
    position: absolute;
    top: 93px;
    right: 0px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url(../images/btn/right-arrow.png) no-repeat 0 0;
}

 .jcarousel-direction-rtl .jcarousel-next-horizontal {
}

 .jcarousel-next-horizontal:hover {

}

 .jcarousel-next-horizontal:active {
}

 .jcarousel-next-disabled-horizontal,
 .jcarousel-next-disabled-horizontal:hover,
 .jcarousel-next-disabled-horizontal:active {

}

 .jcarousel-prev-horizontal {
    position: absolute;
    top: 93px;
    left: 0px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url(../images/btn/left-arrow.png) no-repeat 0 0;
}

 .jcarousel-direction-rtl .jcarousel-prev-horizontal {

}

 .jcarousel-prev-horizontal:hover {
 
}

 .jcarousel-prev-horizontal:active {

}

 .jcarousel-prev-disabled-horizontal,
 .jcarousel-prev-disabled-horizontal:hover,
 .jcarousel-prev-disabled-horizontal:active {
    
}
