.jcarousel-skin-slideshow .jcarousel-container {

}

.jcarousel-skin-slideshow .jcarousel-container-horizontal {
    width: 438px;
}


.jcarousel-skin-slideshow .jcarousel-clip-horizontal {
    width: 360px;
    height: 45px;
    left: 38px;
	margin-bottom:10px;
	
}



.jcarousel-skin-slideshow .jcarousel-item {
    
}

.jcarousel-skin-slideshow .jcarousel-item-horizontal {
    height:45px;
 }



.jcarousel-skin-slideshow .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-slideshow .jcarousel-next-horizontal {
    position: absolute;
    top: 8px;
    right: 11px;
    width: 15px;
    height: 29px;
    cursor: pointer;
    background: red url(../../../../images/littleArrows.png) no-repeat 0 100%;
}



.jcarousel-skin-slideshow .jcarousel-next-disabled-horizontal,
.jcarousel-skin-slideshow .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-slideshow .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    position: absolute;
    top: 8px;
    right: 11px;
    width: 15px;
    height: 29px;
    cursor: pointer;
     background: red url(../../../../images/littleArrows_hover.png) no-repeat 0 100%;
}

.jcarousel-skin-slideshow .jcarousel-prev-horizontal {
    position: absolute;
    top: 8px;
    left: 11px;
    width: 15px;
    height: 29px;
    cursor: pointer;
    background: red url(../../../../images/littleArrows.png) no-repeat 0 0%;
}



.jcarousel-skin-slideshow .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-slideshow .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-slideshow .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    position: absolute;
    top: 8px;
    left: 11px;
    width: 15px;
    height: 29px;
    cursor: pointer;
    background: red url(../../../../images/littleArrows_hover.png) no-repeat 0 0%;
}


