// Jquery Home

$(document).ready( function(){	
		
	$(".fundotrans").css({opacity:0.7});
	$(".arredonda15").corner("round 15px");
	$(".arredonda10").corner("round 10px");
	
   $(function() {
    	$(".carosel2").jCarouselLite({
        btnNext: ".next2",
        btnPrev: ".prev2",
		visible: 1,
		auto:5000,
        speed: 3000,
		vertical: false

    	})
	})

   $(function() {
    	$(".carosel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		visible: 1,
		auto:5000,
        speed: 2000,
		vertical: false

    	})
		})
		
		

	
	
});
