.jcarousel-skin-defilant .jcarousel-container {
    background: #FFF;    
}

.jcarousel-skin-defilant .jcarousel-container-vertical 
{
    width: 608px;
    height: 54px;        
}

.jcarousel-skin-defilant .jcarousel-clip-vertical {
    width:594px;
    height: 54px;           
}

.jcarousel-skin-defilant .jcarousel-item {    
    width:594px;
    height: 17px; 
    padding : 2px 0 8px 0;   
    overflow:hidden;    
}

.jcarousel-skin-defilant .jcarousel-item-vertical {
    margin-bottom: 0;
}

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

.jcarousel-skin-defilant .jcarousel-next-vertical {
    position: absolute;
    bottom: 4px;
    left: 604px;
    width: 13px;
    height: 26px;
    cursor: pointer;
    background: transparent url(/widgets/lib/jquery/plugins/jcarousel/skins/rfi/btn_down.gif) no-repeat 0 0;
}

.jcarousel-skin-defilant .jcarousel-prev-vertical {
    position: absolute;
    top: 4px;
    left: 604px;
    width: 13px;
    height: 25px;
    cursor: pointer;
    background: transparent url(/widgets/lib/jquery/plugins/jcarousel/skins/rfi/btn_up.gif) no-repeat 0 0;
}
