$(document).ready(function () 
{
	$("a.light-box").fancybox(
	{ 	
		'overlayShow' : false,
		'zoomSpeedIn' : 600,
		'zoomSpeedOut' : 300,
		'easingIn' : 'easeOutBack',
		'easingOut' : 'easeInBack' 
	}); 
	
	$('#content-portal-container-cat').show();
	$('#content-portal-container-cat').jCarouselLite(
	{
		auto: 800,
   		speed: 1500,
   		visible: 3
	});  	
	
	$('#content-portal-container-dog').show();
	$('#content-portal-container-dog').jCarouselLite(
	{
		auto: 1300,
   		speed: 1000,
   		visible: 3

	});   
	
	

  
	
});

