$(function() {
	$('#email_offers_title').click(function() {
		$('#offers').slideToggle(600);
	});
});
