/********************************************

Nishant Construction
jQuery Project Page Fade In

Version: 1.0
Required Plugins: none
Author: Poccuo (http://www.poccuo.com)        	

*******************************************/


$(document).ready(function(){
	
	$('.project img').hide();
	$('.project img').fadeIn(2500);

});
