// JavaScript Document

$('.hoursLink').click(
	function() {
  		$('#restsAddressSlider').animate({top:'-=40'}, 200 ).delay(3000).animate({top:'+=40'}, 200 );
});

