jQuery(document).ready(function() {
jQuery(".catalog_p_more_info").fancybox({'onComplete' : function() {jQuery("#fancybox-wrap").unbind('mousewheel.fb');jQuery('html, body').animate({ scrollTop: jQuery("#top").offset().top }, 500);} ,
	'overlayOpacity':0.85,'overlayColor': '#000000'});
jQuery("#right_lm_body").easySlider({auto: true,continuous: true,pause: 15000,lastShow: true,controlsShow: false
});
jQuery("#catalog_p_line").mousemove(function(e){
jQuery('.catalog_p_thumb').show(); 
jQuery('.catalog_p_thumb').css('top', e.clientY).css('left', e.clientX);
});
});

function no_mobile_redirect(){
document.cookie = "no_mobile=1";
window.setTimeout("Weiterleitung()", 100);
}
function Weiterleitung(){
    window.location.href = "http://igl.at";
}

