.jcarousel-container-vertical {
    width: 255px;
    height: 480px;
}

.jcarousel-clip-vertical {
    top: 27px;
    width: 255px;
    height: 426px;
    margin: 0 0px;
    z-index: 20;
	background: url(../images/scroll_bckg.jpg) repeat-x;
}

#mycarousel li,
.jcarousel-item-vertical,
.jcarousel-item-placeholder-vertical {
    width: 225px;
    height: auto;
    margin: 5px 0;
	color: #ffffff;
	padding: 8px 15px 4px 15px;
}

.jcarousel-item h3,
.jcarousel-item p {
    margin: 0;
    font-size: 90%;
}

.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 255px;
    height: 27px;
    cursor: pointer;
    background: url(../images/arrow_down.jpg) no-repeat;
}

.jcarousel-next-disabled-vertical {
    cursor: default;
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 255px;
    height: 27px;
    cursor: pointer;
    background: url(../images/arrow_up.jpg) no-repeat;
}

.jcarousel-prev-disabled-vertical {
    cursor: default;
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
}

.loading {
    background: transparent url(../images/loading.gif) 50% 50% no-repeat;
}
