(function($) {
$(function() {

$(".menu li:last-child").addClass("nomargin");

$(".pcText .projMenu").hide();
$(".projImage").fadeOut();

$(".pr").click(function(){
						
		    $("#projContain .projImage").fadeOut(500).hide();
			
			$("#projContain table").fadeOut(1500).remove();
			
			href = $(this).attr("rel");	
			id = $(this).attr("rev");	
			
			$("#projContain .projImage").attr("src",href).fadeIn(500);
			
			$("#"+id).clone().prependTo("#projContain").fadeIn(500);
			
						});	


});
})(jQuery);
