.jcarousel-container-vertical {
    width: 195px;
    height: 500px;
}

.jcarousel-clip-vertical {
    top: 24px;
    width: 190px;
    height: 450px;
    margin: 0px;
    z-index: 20;
}

#mycarousel li,
.jcarousel-item-vertical,
.jcarousel-item-placeholder-vertical {
    width: 160px;
    height: auto;
    margin: 5px 0;
}

.jcarousel-item h3,
.jcarousel-item p {
    margin: 0;
    font-size: 90%;
}

.jcarousel-next-vertical {
    position: absolute;
    bottom:0;
    right:25px;
    width:24px;
    height:25px;
    text-indent:-9999px;
    overflow:hidden;    
    cursor: pointer;
    background:url(/images/arrow-bottom.gif) no-repeat;
}

.jcarousel-next-disabled-vertical {
    cursor: default;
    opacity: .5;
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    right:25px;
    width:24px;
    height:25px;
    text-indent:-9999px;
    overflow:hidden;    
    cursor: pointer;
    background:url(/images/arrow-top.gif) no-repeat;
}

.jcarousel-prev-vertical:hover,
.jcarousel-next-vertical:hover {background-position:0 -25px;}

.jcarousel-prev-disabled-vertical {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.loading {
    background: transparent url(/images/loading.gif) 50% 50% no-repeat;
}