
$(document).ready(function(){
	
	// lightbox
	$("a.fancybox").fancybox({ 
		'overlayShow'				: true,
		'easingIn'					: 'easeOutBack',
		'easingOut'					: 'easeInBack',
		'hideOnContentClick'		: true,
		'overlayOpacity'			: 0.7,
		'hideOnContentClick'		: false		
	});

	if ( $("#image_rotate_lite").length > 0 ) {
		$('#image_rotate_lite').innerfade({   
	       	 	speed: 'slow',   
	       	 	timeout: 6000,   
	   	 		type: 'sequence',   
	       		containerheight: '150px'
		});
	}

	
});

