$(document).ready(function() {
	$('.sliding-btn').click(function() {
		$('.slideOuter').slideToggle('slow');
	});
});
