$(document).ready(function () {
	$('div.btn_tucked').click(function () {
	$('div.tucked').slideToggle('slow');
	});
});