Yo sé mas o menos, y no logro dar con que falta poner o cual es el problema.
Este es mi css:
Código:
.jcarousel-skin .jcarousel-container-vertical {
width: 336px;
}
.jcarousel-skin .jcarousel-clip-vertical {
width: 336px;
height: 394px;
}
.jcarousel-skin .jcarousel-item-vertical {
width: 336px;
height: 80px;
}
#carousel-vert-next {
display: block;
float: right;
width: 16px;
height: 12px;
background: url("../images/arrow_down.png") no-repeat top left;
text-indent: -1000px;
}
#carousel-vert-next:hover {
background-position: -16px 0;
}
#carousel-vert-prev {
display: block;
float: left;
width: 16px;
height: 12px;
background: url("../images/arrow_up.png") no-repeat top left;
text-indent: -1000px;
}
#carousel-vert-prev:hover {
background-position: -16px 0;
}