$(document).ready(function(){	
	var js_params = $.parseJSON($('#js_params').val());
				
	$('#carrousel').carouFredSel({
		items : 3,
		prev: '#prev',
		next: '#next',
		auto: false
	});
	
	$("a.group").fancybox({
		'transitionIn'	 : 'elastic',
		'transitionOut'  : 'elastic',
		'speedIn'		 : 600, 
		'speedOut'		 : 200, 
		'overlayShow'	 : true,
		'cyclic'         : true,
		'centerOnScroll' : true		
	});
	
	$('.nice-validate-form').niceValidateForm();
	
	$('.info').fadeIn(2000, function(){		
	    $(this).fadeOut(1000, function(){ $(this).remove(); });	    		    
    }).delay(4000);
});
