.jcarousel-container-vertical {
    width: 140px;
    height: 230px;
    /*
    background: #e8e8e8;
    border: 1px solid #fff;
    */
}

.jcarousel-clip-vertical {
    top: 15px;
    width: 130px;
    height: 200px;
    margin: 0 5px;
    z-index: 20;
}

#mycarousel li,
.jcarousel-item-vertical,
.jcarousel-item-placeholder-vertical {
    width: 130px;
    height: auto;
    margin: 5px 0;
}

div#noticias li {
	display:inline;
}

div#noticias div.caja a.unanoticia{
    margin: 0;
    font-size:.8em;
    font-style:italic;
    font-weight:normal;
    text-decoration:none;
    color:#000000;
}

div#noticias div.caja p {
    margin: 0;
    font-size:.7em;
    font-style:italic;
    color:gray;
}

.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
    height: 14px;
    cursor: pointer;
    /*
    border-top: 1px solid #fff;
    background: #4088b8 url('/imagenes/arrow-down.gif') no-repeat center;
    */
    background: url('/imagenes/arrow-down.gif') no-repeat center;
}

.jcarousel-next-disabled-vertical {
    cursor: default;
    /*
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    */
    background:none;
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 14px;
    cursor: pointer;
    /* 
    border-bottom: 1px solid #fff;
    background: #4088b8 url('/imagenes/arrow-up.gif') no-repeat center;
    */
    background: url('/imagenes/arrow-up.gif') no-repeat center;
}

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