/*
 * Santuario-de-Guadalupe-Guatemala
 * http://www.santuariodeguadalupe.info
 *
 */
 $(function() {
 	$(document).ready(function(){
			$(".sliderImages ul li a[rel^='prettyPhoto']").prettyPhoto({theme:'light_rounded'});
		});	 
	
    $(".sliderImages").jCarouselLite({
        btnNext: ".semana_santa",
        btnPrev: ".jubileo_circular",
		visible: 4,
		easing: "easeinout",
		auto: 3000,
		speed: 1000
    });
	
});

