$(document).ready(function() {
	$(".infoPro .imgs a").fancybox();
	$('.selectSize input[type="submit"]').hide();
	$('.selectSize select').change(function(){
		$(this).parent().submit();
	});
});