$(function() {
	$(".t04_gallery_header").click(
		function () {
			$(this).next(".t04_gallery_images_wrapper").toggle(300);
		}
	);
});
