
.jcarousel-container-vertical {
    width: 516px;
    height: 500px;
    background: white;
    padding-top: 12px;
    padding-bottom: 12px;
}
 
.jcarousel-clip-vertical {
    top: 14px;
    width: 516px;
    height: 480px;
    margin: 0;
    z-index: 20;
}

 
#mycarousel li,
.jcarousel-item-vertical,
.jcarousel-item-placeholder-vertical {
    width: 480px;
    height: auto;
    margin: 0px;
    padding-right: 10px;
    text-indent: 0; 
    padding-bottom: 4px;

}

#mycarousel h2 {
    color: #B8001C;
    font-size: 1.2em;
    line-height: 1.1em;
    text-decoration: underline;
}
#mycarousel h3 {
    color: black;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 1.2em;
}
#mycarousel p {
    color: #333;
    padding: 0px;
    margin: 0;
    padding-bottom: 6px;
}      
#mycarousel li {
    margin-left: 10px;
    list-style:none;
}
#mycarousel li li {
    margin-left: 15px;
    list-style: square;
} 
.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 516px;
    height: 14px;
    cursor: pointer;
    background: #63839F url(images/arrow-down.gif) no-repeat center;
}
 
.jcarousel-next-disabled-vertical {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}
 
.jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 516px;
    height: 14px;
    cursor: pointer;
    background: #63839F url(images/arrow-up.gif) no-repeat center;
}
 
.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;
}
 

