$(function(){$("#slideshow").css("overflow","hidden");$("ul#slides").cycle({fx:"fade",timeout:10000,next:"#next",prev:"#prev",fastOnEvent:0});if(!$.browser.msie){$("#slideshow").hover(function(){$("#nav").fadeIn()},function(){$("#nav").fadeOut()})}else{if(parseInt($.browser.version,10)>=8){$("#slideshow").hover(function(){$("#nav").fadeIn()},function(){$("#nav").fadeOut()})}}});
