
$(document).ready(function() {

	$('a.hasPic').lightBox();
	$('a.hasPic2').lightBox();
	

});
$(function() {
	if ($.browser.mozilla && parseFloat($.browser.version) < 1.9 && navigator.appVersion.indexOf('Mac') !== -1) $('body').css('-moz-opacity',.999);
	$('#sample-menu-3').superfish({
		animation: {height:'show'},
		delay: 1200
	});
});
