$(document).ready(function(){

	$('#icons div').hover(function(){		
		$(this).css({'background-position' :'100% 0'});	
	},
	function(){		
		$(this).css({'background-position' :'0 0'});	
	})
	
	$('a[href=/index/dozirujushhee-oborudovanie/seko.html]').attr('href','/catalog/1/1.html');
    $('a[href=/index/dozirujushhee-oborudovanie/hth.html]').attr('href','/catalog/1/5.html');
})
$(document).ready(function(){

	$('#icons div').hover(function(){		
		$(this).css({'background-position' :'100% 0'});	
	},
	function(){		
		$(this).css({'background-position' :'0 0'});	
	})
	
	    $('a[href=/index/dozirujushhee-oborudovanie/hth.html]').attr('href','/catalog/1/5.html');
})
