/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
        position: relative;

}

.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 {
    float: left;
    list-style: none;
    display: block;
}


/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


.jcarousel-skin-tango .jcarousel-container-vertical {
        display: block;
         margin-bottom: 10px;
        width: 388px;

}


.jcarousel-skin-tango .jcarousel-clip-vertical {
        height: 615px;
        background: #fff;
}

.jcarousel-skin-tango img{
        min-width: 350px;
        width: 290px;
        

}


.jcarousel-skin-tango .jcarousel-item {
   height: 160px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin: 0 20px 0 20px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-prev-vertical {
    top: 0;
    left: 0;
    width: 390px;
    height: 30px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
   background: url(images/prev_hover.gif) center no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    top: 0;
    left: 0;
    height: 30px;
    cursor: default;
    background: url(images/prev.gif) center no-repeat;
}







.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 389px;
    cursor: pointer;
    border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   background: url(images/next_hover.gif) center no-repeat #fff;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
        position: absolute;
         display: block;
    bottom: 0;
    left: 0;
    height: 30px;
   width: 390px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    background: url(images/next.gif) no-repeat;
}