jQuery(function() { $('document').ready(function(){ // Fancybox $("a.group").fancybox(); // Tabs $( ".tabs" ).tabs(); // var sidebar = $('.sidebar_w70'); jQuery(function() { jQuery('#font').crossSlide({ fade: 1 }, [ { src: '', from: '5% 30% 1x', to: '5% 30% 1x', time: 5 }, { src: '', from: '5% 60% 1x', to: '5% 60% 1x', time: 5 }, { src: '', from: '5% 30% 1x', to: '5% 30% 1x', time: 5 }, { src: '', from: '5% 30% 1x', to: '5% 30% 1x', time: 5 } ]); jQuery('#slide').crossSlide({ fade: 1 }, [ { src: '/cms/xcluster_repository/img/bild_3.jpg', from: '100% 30% 1.1x', to: '30% 50% 1x', time: 5 }, { src: '/cms/xcluster_repository/img/bild_7.jpg', from: '30% 50% 1x', to: '100% 30% 1.1x', time: 5 }, { src: '/cms/xcluster_repository/img/bild_9.jpg', from: '100% 30% 1x', to: '30% 50% 1.1x', time: 5 }, { src: '/cms/xcluster_repository/img/bild_8.jpg', from: '30% 50% 1.1x', to: '100% 30% 1x', time: 5 } ]); }); //IE 6 hover and PNG24 fix if($.browser.msie == true && $.browser.version.split('.')[0] === '6') { DD_belatedPNG.fix('img, .top, .bottom,#main_menu,#tieser, li a, span.left, span.right, #footer, #search input'); $('#main_menu li').hover(function(){$(this).addClass('sfhover')},function(){$(this).removeClass('sfhover')}); } }); });