.jcarousel-container{
        position:relative;
        direction:ltr;
        float:left;
    }
.jcarousel-clip{
        z-index:2;
        padding:0;
        margin:0;
        overflow:hidden;
        position:relative;
    }
.jcarousel-list{
        z-index:1;
        overflow:hidden;
        position:relative;
        top:0;
        left:0;
        margin:0;
        padding:0;
    }
.jcarousel-list li,.jcarousel-item{
        list-style:none;
        width:160px;
        height:125px;
    }
.jcarousel-scroll{
        text-align:center;
        width:146px;
        height:74px;
        margin:15px 0px 10px 0px;
    }
#scroll-next,#scroll-prev{
        cursor:pointer;
        border:0;
    }
#controll-next{
        float:right;
        width:74px;
        height:146px;
    }
#controll-prev{
        float:left;
        width:74px;
        height:146px;
    }
div.images{
        height:125px;
        float:left;
    }

li.imgItem{
        display:inline-block;
        background:url(../../images/li-images.gif) 50% 50% no-repeat;
        width:160px;
        height:125px;
        margin:15px 0px 10px 0px;
        padding-right:1px;
        float:right;
        }
li.imgItem img{
        width:140px;
        height:105px;
        margin: auto !important;
        margin-top:10px !important;
        margin-left:30px !important;
}

.jcarousel-skin-curve .jcarousel-container {
    overflow:hidden;
}
.jcarousel-skin-curve .jcarousel-container-horizontal {
    width:600px;
}
.jcarousel-skin-curve .jcarousel-clip-horizontal {
        height:160px;
        width:600px;
}
.jcarousel-skin-curve .jcarousel-item {
    width:160px;
    height:125px;
}
.jcarousel-skin-curve .jcarousel-item-horizontal {
}
.jcarousel-skin-curve .jcarousel-item-placeholder {
}
