$(document).ready(function() {
	 //$(".feature-products span").hide('slide', {easing: 'easeOutQuint', direction: 'down'}, 1000);

	/*$(".feature-products a").bind('mouseover', function(e) {
        $("span", this).hide('slide', {easing: 'easeOutQuint', direction: 'down'}, 80);
	});
	$(".feature-products a").bind('mouseout', function(e) {
		$("span", this).show('slide', {easing: 'easeOutQuint', direction: 'down'}, 100);
	});*/
});