jQuery(document).ready(function(){

	jQuery(".hide-button").click(function(){
		jQuery("#hide-holder").slideToggle("slow");
	});
	 
});
