 $(function(){
			
	$("#torebka").hover(
			function() {
				$("#torebkaAll").show("normal");	
				
			},
			
			function(){					
			}
	 );	
	
	$("#torebkaAll").hover(
			function() {
				
				
			},
			
			function(){	
				$("#torebkaAll").hide("normal");	
				
			}
	 );	
	
});
