jQuery(function($) 
{ 
	if(/Safari\/(312|125|100)/.test(navigator.userAgent)) 
	{
		return;
	}
	$('ul.gallery').galleria({
	history   : false,
	clickNext : false
	}); 
}); 
