$(document).ready(function(){$('.smallBox').bind("contextmenu",function(e){return false;});$('.pp_content').live("contextmenu",function(e){return false;});$('#homeSlider').bind("contextmenu",function(e){return false;});$('.smallBox img').before('<div class="whitenoise"></div>');$("ul#topnav span.active").show();$("ul#topnav li").mouseenter(function(){$("#menu span.active").hide();$(this).find("span").show();}).mouseleave(function(){$(this).find("span").hide();$("#menu span.active").show();});$("ul#topnav").mouseleave(function(){$("ul#topnav span.display").show();});$("ul#topnav li span").mouseleave(function(){$("ul#topnav span.display").show();$("ul#topnav span.active").hide();});$(".smallBox img").not(".smallBox img.usp").css({opacity:0.5});$(".smallBox").not("img.usp").mouseenter(function(){$(this).find('img').animate({opacity:1},125);}).mouseleave(function(){$(this).find('img').not("img.usp").animate({opacity:0.5},125);});$(".smallBox a[rel^='lightbox'], .bigBoxImage a[rel^='lightbox']").prettyPhoto({theme:'dark_square',counter_separator_label:' von '});});
