jQuery(function($){
	$(".imageElement").fadeIn("fast");
	if($("#slideshowContainer").length > 0)
		$("#slideshowContainer").slideshow();
});
