@charset "utf-8";

/* CSS Document */
.jcarousel-container-vertical {
    width: 220px;
    height: 205px;
    background: #ffffff;
    border: 1px solid #fff;
	margin-left:5px
}

.jcarousel-clip-vertical {
    top: 15px;
    width: 220px;
    height: 170px;
    
    z-index: 20;
}

#mycarousel li,
.jcarousel-item-vertical,
.jcarousel-item-placeholder-vertical {
    width: 220px;
    height: 170px;
    
}

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

.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 17px;
    cursor: pointer;
    border-top: 1px solid #fff;
    background: #ffffff url(../images/next.jpg) 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: 220px;
    height: 17px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    background: #ffffff url(../images/prev.jpg) no-repeat center;
}

.jcarousel-prev-disabled-vertical {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}


