.jcarousel-container-horizontal {
    width: 860px;
    margin-left: 60px;
    float: left;
}
.jcarousel-clip {overflow: hidden;}
.jcarousel-clip-horizontal {
    width:  860px;
    height: 230px;
}
.jcarousel-item {
    width: 172px;
  	text-align: center;
    height: 230px;
  	line-height: 230px;
}
.jcarousel-item img {
    max-width: 160px;
    vertical-align: bottom;
}
/**
 *  Buttons
 */
.jcarousel-next,.jcarousel-prev {
    position: absolute;
    top: 80px;
    width: 23px;
    height: 41px;
    cursor: pointer;
    background: url(strs_slider.gif) no-repeat;
}
.jcarousel-next {
    right: -50px;
    background-position: -23px 0;
}
.jcarousel-next:hover, .jcarousel-next:focus {
    background-position: -23px -41px;
}

.jcarousel-next:active {
    background-position: -23px -41px;
}

.jcarousel-next-disabled,
.jcarousel-next-disabled:hover,
.jcarousel-next-disabled:focus,
.jcarousel-next-disabled:active {
    cursor: default;
    background-position: -23px 0;
}

.jcarousel-prev {left: -50px;}

.jcarousel-prev:hover,
.jcarousel-prev:focus {
    background-position: 0 -41px;
}

.jcarousel-prev:active {
    background-position: 0 -41px;
}
.jcarousel-prev-disabled,
.jcarousel-prev-disabled:hover,
.jcarousel-prev-disabled:focus,
.jcarousel-prev-disabled:active {
    cursor: default;
    background-position: 0 0;
}
