$(document).ready(function(){
	$("form").validate({
		errorPlacement: function(error, element) {
			elm = (element.parent().hasClass('jsStyleCombox') || element.parent().hasClass('jsStyleFile')) ? element.parent().parent() : element.parent();
			error.appendTo(elm);
		}
	});

	$("form select").styleCombobox({classFocus:"comboboxFocus"});
	$("form input[type='file']").styleFile({classFocus:"comboboxFocus"});

	$().prettyPhoto({social_tools:'<div class="pp_social"></div>'});
	$('a.tellafriend').click(function(){
		$.prettyPhoto.open('/indiquep/popup/?iframe=true&width=580&height=160', '', '');
		return false;
	});

	$("input#cep").mask("99999-999");
	$("input#telefonea, Input#telefoneb").mask("(99) 9999-9999");

	$('#banner').flash({
		swf:'/assets/swf/banner.swf',
		width:'100%',
		height:550,
		allowscriptaccess:'always',
		wmode:'transparent'
	});

	$('#rafiado').flash({
		swf:'/assets/swf/rafiado.swf',
		width:'100%',
		height:200,
		allowscriptaccess:'always',
		wmode:'transparent'
	});
	
	$('.locaMapa').flash({
		swf:'/assets/swf/mapa.swf',
		width:705,
		height:750,
		allowscriptaccess:'always',
		wmode:'transparent'
	});
});
