jQuery.noConflict();
function changePic(what,pic)
{
	//jQuery('.'+what).animate({opacity: 0.0}, "fast",function(){jQuery('.'+what).attr('src','/fileadmin/system/lay/'+pic).animate({opacity: 1.0}, "fast");});
	jQuery('.'+what).attr('src','/fileadmin/system/lay/'+pic);
}
