 
 
.jcarousel-container-vertical {
	width: 250px;
    height: 235px;
}
 
.jcarousel-clip-vertical {
    top: 15px;
    width: 265px;
    height: 200px;
    margin: 0 5px;
    z-index: 20;
}
 
#mycarousel li,
.jcarousel-item-vertical,
.jcarousel-item-placeholder-vertical {
    width: 265px;
    margin: 5px 0;
}
 
.jcarousel-item h3,
.jcarousel-item p {
    margin: 0;
    font-size: 90%;
}
 
.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
   	width: 265px;
    height: 15px;
    cursor: pointer;
    border-top: 1px solid #fff;
    background: #86abbd url(/images/news-startseite/next-arrow.png) 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: 265px;
    height: 15px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    background: #86abbd url(/images/news-startseite/prev-arrow.png) 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;
}
 
