var deviceAgent = navigator.userAgent.toLowerCase();
	var agentID = deviceAgent.match(/(iphone|ipod)/);
	if (!agentID) {
		Shadowbox.init({ opacityOverlay: 1 });
	 }
jQuery(function($){ $('#left a.bss').removeClass('no-js-bss'); $('.slider a.bss').hover(function() { $(this).stop().animate({ backgroundColor: '#666' }, 600) }, function() { $(this).stop().animate({ backgroundColor: '#fff' }, 400) }); $('.slider h3 a').tooltip({ track: true, delay: 0, showURL: false, fade: 250, top: -30, left: 5 }); }); 
