.jcarousel-container-vertical {
    width: 268px;
    height: 351px;
}

.jcarousel-clip-vertical {
    top: 0px;
    width: 268px;
    height: 368px;
    margin: 0 0px;
    z-index: 20;
	background: url(../images/scroll_bckg_c.jpg) no-repeat;
}

#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: 12px;
    width: 240px;
    height: 20px;
    cursor: pointer;
    background: url(../images/arrow_down_c.jpg) no-repeat;
}

.jcarousel-next-disabled-vertical {
    cursor: default;
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 22px;
    left: 12px;
    width: 240px;
    height: 20px;
    cursor: pointer;
    background: url(../images/arrow_up_c.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;
}
