$(function() {
	$('.gall_con').click(function(){
		window.location = $('.gall_con').find('a').attr('href');
	});
});


