.jcarousel-wrapper {
    position: relative; 
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    /*
    (4 * width: 150px) + (3 * margin-right: 1px) = 603px
    */
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {     
    text-align:center;
    float: left;
}
 .jcarousel img {
}
.jcarousel .loading {
    text-align: center;
    line-height: 90px; /* Fake vertical aligning */
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    
}

.jcarousel-control-prev {
     background: url("../image/nexrprev.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 54px;
    left: 0;
    position: absolute;
    top: 50px;
    width: 26px;
    /*z-index: 100;*/
}

.jcarousel-control-next {
      background: url("../image/nexrprev.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 54px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 26px;
    /*z-index: 100;*/
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    /*opacity: .9;*/
    cursor: default;
}
