$(document).ready(function(){



 	$("#close").click(function() {
		$("#vote").fadeOut("fast");
	});


});



