if (document.all && /MSIE (5\.5|6)/.test(navigator.userAgent) && document.styleSheets && document.styleSheets[0] && document.styleSheets[0].addRule)
{
  document.styleSheets[0].addRule('*', 'behavior: url(js/iepngfix.htc)');
}

$(function(){
	$('.visit-shop').click(function(){
		//window.location.href='http://www.hydroserwis.net.pl/sklep/'
		window.open('http://www.hydroserwis.net.pl/sklep/');
	})
	$('.visit-shop').hover(function(){
		$(this).css('cursor', 'pointer');
	})
})
