    jQuery(document).ready(function(){
           
       /*$("#content .product-title").hover(
        function () {
          $(this).children(".product-title-popup").fadeIn("medium");
        },
        function () {
          $(this).children(".product-title-popup").fadeOut("medium");
        }
       );*/
       
       //Zuweisen der Tooltips (Produktseite)
	$("#product-head-1").tooltip({
		offset: [-445,-280],
     		effect:	'slide',
     		tip:     '#tt-01'
   	});
   	
	$("#product-head-2").tooltip({
		offset: [-445,-280],
     		effect:	'slide',
     		tip:     "#tt-02"
   	});
   	
	$("#product-head-3").tooltip({
		offset: [-445,-280],
     		effect:	'slide',
     		tip:     "#tt-03"
   	});

	$("#product-head-4").tooltip({
		offset: [-445,-280],
     		effect:	'slide',
     		tip:     "#tt-04"
   	});

	$("#product-head-5").tooltip({
		offset: [-445,-280],
     		effect:	'slide',
     		tip:     "#tt-05"
   	});       

	$("#product-head-6").tooltip({
		offset: [-445,-280],
     		effect:	'slide',
     		tip:     "#tt-06"
   	});

	$("#product-head-7").tooltip({
		offset: [-445,-280],
     		effect:	'slide',
     		tip:     "#tt-07"
   	});

	$("#product-head-8").tooltip({
		offset: [-445,-280],
     		effect:	'slide',
     		tip:     "#tt-08"
   	});

	$("#product-head-9").tooltip({
		offset: [-445,-230],
     		effect:	'slide',
     		tip:     "#tt-09"
   	});

	$("#product-head-10").tooltip({
		offset: [-445,-280],
     		effect:	'slide',
     		tip:     "#tt-10"
   	});
   	
	$("#product-head-11").tooltip({
		offset: [-445,-280],
     		effect:	'slide',
     		tip:     "#tt-11"
   	});

	$("#product-head-12").tooltip({
		offset: [-445,-230],
     		effect:	'slide',
     		tip:     "#tt-12"
   	});
   	      
    });
