/* minified from r56 of script.js using www.javascriptcompressor.com */
$(document).ready(function(){$('#menu li ul').css({display:"none",left:"auto"});$('#menu li').hoverIntent(function(){$(this).find('ul').stop(true,true).slideDown('fast')},function(){$(this).find('ul').stop(true,true).fadeOut('fast')});rotatePics(1)});function rotatePics(currentPhoto){var numberOfPhotos=$('#photos img').length;currentPhoto=currentPhoto%numberOfPhotos;$('#photos img').eq(currentPhoto).fadeOut(function(){$('#photos img').each(function(i){$(this).css('zIndex',((numberOfPhotos-i)+currentPhoto)%numberOfPhotos)});$(this).show();setTimeout(function(){rotatePics(++currentPhoto)},4000)})}
