
.jcarousel-container-vertical {
    width: 386px; /*300*/
    height: 230px; /*370*/
    background: #e8e8e8;
}

.jcarousel-clip-vertical {
    top: 15px;
    width: 376px;
    height: 196px;
    margin: 0 5px;
    z-index: 20;
	 padding: 2px 0;
}

#mycarousel li,
.jcarousel-item-vertical,
.jcarousel-item-placeholder-vertical {
    width: 376px;
    height: auto;
    margin: 2px 0;
}

.jcarousel-item h3,
.jcarousel-item p {
    margin: 0;
}

.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 386px;
    height: 14px;
    cursor: pointer;
    border-top: 1px solid #cccccc;
    background: #DADADA 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: 386px;
    height: 14px;
    cursor: pointer;
    border-bottom: 1px solid #cccccc;
    background: #DADADA url(images/arrow-up.gif) no-repeat center;
}

.jcarousel-prev-disabled-vertical {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}


