(function($){
	$('div.feature-gallery:odd').addClass('odd');
	$('div.feature-gallery:even').addClass('even');
	$('div.feature-gallery p.feature-gallery-desc').hide();
	$('.feature-gallery').hover(
		function() {
			$('p.feature-gallery-desc',this).fadeIn();
			$('h2.feature-gallery-title',this).fadeOut();
		},
		function() {
			$('p.feature-gallery-desc',this).fadeOut();
			$('h2.feature-gallery-title',this).fadeIn();
		}
	);
	
	//$('#feature-gallery-weddings p.feature-gallery-desc').html( '<ul><li>Take the stress and planning out of your wedding:</li><li>Full Service <em class="amp">&amp;</em></li><li>Day of Services</li></ul>' );
	$('#feature-gallery-weddings p.feature-gallery-desc').html( '<ul><li>Full Service, Partial Planning, or Day Of Wedding Coordination</li></ul>' );
	
	$('#feature-gallery-social p.feature-gallery-desc').html( '<ul><li>Parties</li><li>Anniversaries</li><li>Birthdays</li><li>Seasonal <em class="amp">&</em> Holidays</li><li>Showers</li><li>Sporting Events</li><li>and more&hellip;</li></ul>' );
	
	$('#feature-gallery-corporate p.feature-gallery-desc').html( '<ul><li>Turn-key event management so you can focus on the day to day operations of your company and not event planning.</li></ul>' );
	
	$('#feature-gallery-charitable p.feature-gallery-desc').html( '<ul><li>Event design <em class="amp">&amp;</em> coordination</li><li>Marketing packages</li><li>Access to preferred vendors</li><li>Public relations <em class="amp">&amp;</em> marketing</li><li>and more&hellip;</li></ul>' );
	
})(window.jQuery);
