.jcarousel-container-vertical {
    height: 310px;
	*height:305px;
}

.jcarousel-clip-vertical {
    top: 0;
    height: 295px;
	*height:290px;
    z-index: 20;
}

#areas li,
.jcarousel-item-vertical,
.jcarousel-item-placeholder-vertical {
    width: 100%;
    height: auto;
}

.jcarousel-item h3,
.jcarousel-item p {
    margin: 0;
    font-size: 90%;
}

.jcarousel-next-vertical {
    position: absolute;
    bottom: -5px;
	*bottom: -10px;
    left: 100px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url(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;
    bottom: -5px;
	*bottom: -10px;
    left: 74px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url(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(loading.gif) 50% 50% no-repeat;
}

