$(document).ready(function(){

//alert("Test");


//var h = $(".bransch-height").height();

/*	
jQuery("p").click(function(){
	alert("ja");
    jQuery(".bransch-box").animate({height:h});
  });
*/

jQuery(".popup").fadeTo("fast", 0);


jQuery("#popup-cont").hover(function(){
	jQuery(".popup").stop().fadeTo("fast", 1.0); // This sets the opacity to 100% on hover
},function(){
	jQuery(".popup").stop().fadeTo("fast", 0); // This sets the opacity back to 60% on mouseout
});

category-thumb
});




