$(document).ready(function(){
	$('.b-abc form img').click(function() {
		$('.b-abc form').submit();
	})
})
