$(document).ready(function(){
	$.preloadCssImages();

	$(".boton-rellena-facebook").click(function(){
		$(".fb_button").click();	
	});

	if($("#appfeedticker.ticker").length) {		
		$("#appfeedticker.ticker").jCarouselLite({  
			vertical: true,  
			visible: 2,  
			auto: 5000,  
			speed: 1000  
		});  
		
		$(".formJoinGuestList_cta").colorbox({width:'600px', height:'600px'});
		$(".regalos_cta").colorbox({width:'500px', height:'300px'});
		$(".amigos_cta").colorbox({width:'400px', height:'300px'});
	}
	
});
