.jcarousel-skin-bodas .jcarousel-clip-horizontal {
    width:  321px;
    height: 166px;
}
.jcarousel-skin-bodas .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}
.jcarousel-skin-bodas .jcarousel-item {
    width: 321px;
    height: 166px;
}
.jcarousel-skin-bodas .jcarousel-item-vertical {
    margin-bottom: 10px;
}
.jcarousel-skin-bodas .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-bodas .jcarousel-next-horizontal {
    position: absolute;
    top: 135px;
    right: 260px;
    width: 25px;
    height: 24px;
    cursor: pointer;
   background: url(../images/bodas/ico/boton_next.png) 0 0 no-repeat;
}
.jcarousel-skin-bodas .jcarousel-prev-horizontal {
    position: absolute;
   	top: 135px;
    left: 5px;
    width: 25px;
    height: 24px;
    cursor: pointer;
    background: transparent url(../images/bodas/ico/boton_prev.png) no-repeat 0 0;
}