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

.jcarousel-skin-techsolo_home .jcarousel-container-horizontal {
    width: 510px;
    padding: 0 40px;
}

.jcarousel-skin-techsolo_home .jcarousel-clip-horizontal {
    width:  510px;
    height: 162px;
}

.jcarousel-skin-techsolo_home .jcarousel-item {
    width: 135px;
    height: 162px;
}

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

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


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

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

