$(function() {
	// setup button action. it will fire our overlay 
	$("#email-signup-overlay2").overlay({
		
		top: 70, 
			
		// some expose tweaks suitable for modal dialogs 
		expose: { 
			color: '#080606', 
			loadSpeed: 200, 
			opacity: 0.7 
		}
	});		
});
