
			$(function() {
			$("#tooltip6").css({ opacity: 0.8 });	   
                $("#imgOpa").hover(
                    function() {
                        $(this).stop().animate({ opacity: 0.5 }, 300);
						$('#tooltip6').stop().animate({ opacity: 1 }, 300);
						$('#tooltip6').css({ "z-index": 1000 });
						$(this).css({cursor:'pointer'});
                    },
                   function() {
                       $(this).stop().animate({ opacity: 1.0 }, 300);
					   $('#tooltip6').stop().animate({ opacity: 0.8 }, 300);
					   
                   })
              
			 	

        });
		
   
   
			$(function() {
			$("#tooltip1").css({ opacity: 0.8 });	   
          
                $("#imgOpa1").hover(
                    function() {
                        $(this).stop().animate({ opacity: 0.5 }, 300);
						$('#tooltip1').stop().animate({ opacity: 1 }, 300);
						$('#tooltip1').css({ "z-index": 1000 });
						$(this).css({cursor:'pointer'});
                    },
                   function() {
                       $(this).stop().animate({ opacity: 1.0 }, 300);
					   $('#tooltip1').stop().animate({ opacity: 0.8 }, 300);
					   
                   })
              
			 
        });
		
    
    
			$(function() {
			$("#tooltip2").css({ opacity: 0.8 });	   
          
                $("#imgOpa2").hover(
                    function() {
                        $(this).stop().animate({ opacity: 0.5 }, 300);
						$('#tooltip2').stop().animate({ opacity: 1 }, 300);
						$('#tooltip2').css({ "z-index": 1000 });
						$(this).css({cursor:'pointer'});
                    },
                   function() {
                       $(this).stop().animate({ opacity: 1.0 }, 300);
					   $('#tooltip2').stop().animate({ opacity: 0.8 }, 300);
					   
                   })
              
			 
        });
		
    
			$(function() {
			$("#tooltip3").css({ opacity: 0.8 });	   
          
                $("#imgOpa3").hover(
                    function() {
                        $(this).stop().animate({ opacity: 0.5 }, 300);
						$('#tooltip3').stop().animate({ opacity: 1 }, 300);
						$('#tooltip3').css({ "z-index": 1000 });
						$(this).css({cursor:'pointer'});
                    },
                   function() {
                       $(this).stop().animate({ opacity: 1.0 }, 300);
					   $('#tooltip3').stop().animate({ opacity: 0.8 }, 300);
					   
                   })
              
			 
        });
	
			$(function() {
			$("#tooltip4").css({ opacity: 0.8 });	   
          
                $("#imgOpa4").hover(
                    function() {
                        $(this).stop().animate({ opacity: 0.5 }, 300);
						$('#tooltip4').stop().animate({ opacity: 1 }, 300);
						$('#tooltip4').css({ "z-index": 1000 });
						$(this).css({cursor:'pointer'});
                    },
                   function() {
                       $(this).stop().animate({ opacity: 1.0 }, 300);
					   $('#tooltip4').stop().animate({ opacity: 0.8 }, 300);
					   
                   })
              
			 
        });
		
    
			$(function() {
			$("#tooltip5").css({ opacity: 0.8 });	   
          
                $("#imgOpa5").hover(
                    function() {
                        $(this).stop().animate({ opacity: 0.5 }, 300);
						$('#tooltip5').stop().animate({ opacity: 1 }, 300);
						$('#tooltip5').css({ "z-index": 1000 });
						$(this).css({cursor:'pointer'});
                    },
                   function() {
                       $(this).stop().animate({ opacity: 1.0 }, 300);
					   $('#tooltip5').stop().animate({ opacity: 0.8 }, 300);
					   
                   })
              
			 
        });
		
   
