.jcarousel-skin-techsolo_product .jcarousel-container {
    /* -moz-border-radius: 10px; */
    /* background:url(bg.jpg) repeat-x; */
}

.jcarousel-skin-techsolo_product .jcarousel-container-horizontal {
    width: 600px;
    padding: 0 35px;
}

.jcarousel-skin-techsolo_product .jcarousel-clip-horizontal {
    width:  600px;
    height: 120px;
    border-bottom:1px #C8C8C8 solid;
}

.jcarousel-skin-techsolo_product .jcarousel-item {
    width: 135px;
    height: 120px;
    text-align:center;
    line-height:20px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-techsolo_product .jcarousel-next-horizontal {
    position: absolute;
    top: 35px;
    right: 15px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url(next_full.gif) no-repeat 0 0;
}

.jcarousel-skin-techsolo_product .jcarousel-next-disabled-horizontal,
.jcarousel-skin-techsolo_product .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-techsolo_product .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


.jcarousel-skin-techsolo_product .jcarousel-prev-horizontal {
    position: absolute;
    top: 35px;
    left: 15px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url(prev_full.gif) no-repeat 0 0;
}

.jcarousel-skin-techsolo_product .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-techsolo_product .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-techsolo_product .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

