// JavaScript Engine

	$(document).ready(function(){
	
	$('#ss ul').innerfade({
			speed: 'slow',
			timeout: 4000,
			type: 'sequence',
			containerheight: '275px'
	});
	
	$(".ngg-gallery-thumbnail a, .ngg-widget a").fancybox({
		'hideOnContentClick': false
	});
  
});
