jQuery(document).ready(function(){
	jQuery(".forsiden #referenced .element:lt(2)").addClass("two-column-span").find("img").css("max-width","460px");
	
	/*$(".two-column-span").mouseenter(function(event){
   		$(this).find("p").animate({'opacity':1,'bottom':0},200);
	}).mouseleave(function(event){
   		$(this).find("p").animate({'opacity':0,'bottom':'-50px'},200);
	}).find("p").css('opacity','0');*/
});
