 #carouselUltimosProductos .jcarousel-container {
	margin-left:5px;
 }

 #carouselUltimosProductos .jcarousel-direction-rtl {
	direction: rtl;
}

 #carouselUltimosProductos .jcarousel-container-horizontal {
    width:979px;
	height:325px;
	padding-left:17px;
}


 #carouselUltimosProductos .jcarousel-clip {
    overflow: hidden;
}

 #carouselUltimosProductos .jcarousel-clip-horizontal {
   width:936px;
   height:325px;
}

 #carouselUltimosProductos .jcarousel-item {
    width:291px;
    height:325px;
}

 #carouselUltimosProductos .jcarousel-item-horizontal {
	margin-left: 21px;

}

 #carouselUltimosProductos #carouselUltimosProductos .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

 #carouselUltimosProductos .jcarousel-item-undefined , .jcarousel-item-NaN {display:none;}
 #carouselUltimosProductos .jcarousel-list-horizontal{width:4000px;}
 #carouselUltimosProductos .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
 #carouselUltimosProductos .jcarousel-next-horizontal {
    position: absolute;
    top: 119px;
    right: 0px;
    width: 16px;
    height: 57px;
    cursor: pointer;
    background: transparent url(/resources/app_web/default_theme/images/home/flecha_der.png) no-repeat 0 0;
}

 #carouselUltimosProductos .jcarousel-prev-horizontal {
    position: absolute;
    top: 119px;
    left: 0px;
    width: 16px;
    height: 57px;
    cursor: pointer;
    background: transparent url(/resources/app_web/default_theme/images/home/flecha_izq.png) no-repeat 0 0;
}

#carouselUltimosProductos .jcarousel-next-disabled, .jcarousel-prev-disabled{background:none !important; cursor:default !important;}




/********************************************************************************************************/


 .jcarousel-container {
    margin-left:0px;
 }

 .jcarousel-direction-rtl {
    direction: rtl;
}

 .jcarousel-container-horizontal {
    width:671px;
    height:246px;
    padding-left:17px;
}


 .jcarousel-clip {
    overflow: hidden;
}

 .jcarousel-clip-horizontal {
   width:644px;
   height:246px;
}

 .jcarousel-item {
    width:147px;
    height:246px;
}

 .jcarousel-item-horizontal {
    margin-left: 14px;

}

 .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

 .jcarousel-item-undefined , .jcarousel-item-NaN {display:none;}
 .jcarousel-list-horizontal{width:4000px;}
 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
 .jcarousel-next-horizontal {
    position: absolute;
    top: 59px;
    right: 0px;
    width: 16px;
    height: 57px;
    cursor: pointer;
    background: transparent url(/resources/app_web/default_theme/images/home/flecha_der.png) no-repeat 0 0;
}

 .jcarousel-prev-horizontal {
    position: absolute;
    top: 59px;
    left: 0px;
    width: 16px;
    height: 57px;
    cursor: pointer;
    background: transparent url(/resources/app_web/default_theme/images/home/flecha_izq.png) no-repeat 0 0;
}

.jcarousel-next-disabled, .jcarousel-prev-disabled{background:none !important; cursor:default !important;}