

.jcarousel-container-horizontal {
    width: 315px;
    padding: 5px 30px;
}

.jcarousel-clip-horizontal {
    width:  315px;
    height: 99px;
}

.jcarousel-item {
    width: 95px;
    height: 95px;
	border:2px solid #fff;
}

.jcarousel-item-horizontal {
    margin-right: 9px;
}
.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

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


 .jcarousel-next-disabled-horizontal,
 .jcarousel-next-disabled-horizontal:hover,
 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background:none;
}

 .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: transparent url(../images/global/prev.png) no-repeat 0 0;
}


 .jcarousel-prev-disabled-horizontal,
 .jcarousel-prev-disabled-horizontal:hover,
 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background:none;
}
