//Home iCarrousel
function fCarruseles() {
		var duracion = 450;
			var transicion = Fx.Transitions.Cubic.easeOut; 
	
			new iCarousel("homeimg_gal", {
				idPrevious: "homeback",
				idNext: "homenext",
				idToggle: "undefined",
				item: {
					klass: "homeimg_item",
					size: 403
				},
				animation: {
					type: 'scroll',
					transition: transicion,
					duration: duracion,
					amount: 1
				}
			});

			 

			new iCarousel("txthome_gal", {
				idPrevious: "homeback",
				idNext: "homenext",
				idToggle: "undefined",
				item: {
					klass: "txthome_item",
					size: 215
				},
				animation: {
					type: 'scroll',
					direction: "top",  
					transition: transicion,			
					duration: duracion,
					amount: 1
				}
			});
};
