jQuery(document).ready(function($) {
	setTimeout(function() {
		$('#homeCarousel #mainImg #objTitle').fadeOut('slow');
	}, 20000);	
});
