.jcarousel-skin-spar .jcarousel-container {

}

.jcarousel-skin-spar .jcarousel-container-horizontal {
    padding: 20px 40px;
}

.jcarousel-skin-spar .jcarousel-container-vertical {
    width: 100px;
    height: 330px;
    padding: 40px 20px;
}

.jcarousel-skin-spar .jcarousel-clip-horizontal {
    width:  785px;
    height: 150px;
}

.jcarousel-skin-spar .jcarousel-clip-vertical {
    width:  100px;
    height: 330px;
}

.jcarousel-skin-spar .jcarousel-item {
    width: 150px;
    height: 150px;
}

.jcarousel-skin-spar .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-spar .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-spar .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-spar .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 60px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/js/arrow_down.gif) no-repeat 0 0;
}

.jcarousel-skin-spar .jcarousel-next-horizontal  {
    position: absolute;
    bottom: 69px;
    left: 870px;
    width: 32px;
    height: 52px;
    cursor: pointer;
    background: transparent url(/i/next.gif) no-repeat 0 0;
}

.jcarousel-skin-spar .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 60px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/js/arrow_up.gif) no-repeat 0 0;
}

.jcarousel-skin-spar .jcarousel-prev-horizontal {
    position: absolute;
    top: 69px;
    left: 30px;
    width: 32px;
    height: 52px;
    cursor: pointer;
    background: transparent url(/i/prev.gif) no-repeat 0 0;
}



#mycarousel img { cursor: pointer; }

.liflow { width: 100px;
height: 100px;
overflow: hidden;
}
