$(document).ready(function(){$(".btn-toggle").click(function(){$("#info").slideToggle("slow");$(this).toggleClass("current");return false});$("#slide-thumb").click(function(){$("#thumbnails").slideToggle("slow");$(this).toggleClass("current");return false});$(".addcomment-button").click(function(){$("#info-addcomment").slideToggle("slow");$(this).toggleClass("current");return false});$("#navbar a").mouseover(function(){$(this).stop().animate({top:"4px",borderBottom:"3px solid #fff",fontSize:"8.8pt"})});$("#navbar a").mouseout(function(){$(this).stop().animate({top:"7px",borderBottom:"0",fontSize:"8.6pt"})});$("#FotomotoToolbar a").mouseover(function(){$(this).stop().animate({top:"4px",borderBottom:"3px solid #fff",fontSize:"8.8pt"})});$("#FotomotoToolbar a").mouseout(function(){$(this).stop().animate({top:"7px",borderBottom:"0",fontSize:"8.6pt"})});$("#thumbnails .thumbnails").mouseover(function(){$(this).animate({opacity:1});$(this).children().animate({top:"-=30px"})});$("#thumbnails .thumbnails").mouseout(function(){$(this).animate({opacity:0.33});$(this).children().animate({top:"+=30px"})});$("#browse_thumbs .thumbnails").mouseover(function(){$(this).animate({opacity:1});$(this).children().animate({top:"-=30px"})});$("#browse_thumbs .thumbnails").mouseout(function(){$(this).animate({opacity:0.6});$(this).children().animate({top:"+=30px"})});$(".iframe").fancybox({zoomOpacity:true,overlayShow:true,zoomSpeedIn:600,zoomSpeedOut:600,frameWidth:560,frameHeight:580,overlayOpacity:0.4,centerOnScroll:false});$("a.switch").fancybox({zoomOpacity:true,overlayShow:false,zoomSpeedIn:700,zoomSpeedOut:700,overlayShow:true,overlayOpacity:1,hideOnContentClick:true})});