$(document).ready(function() {
	$("#scroll").jScrollPane({ scrollbarWidth: 11, scrollbarMargin: 15, dragMinHeight: 29, dragMaxHeight: 29, maintainPosition: false, showArrows: false });
	$("#holderBoxRightHome p").click(function(){
		$("div.r").hide();
		$(this).next().fadeIn();
		$("#scroll").jScrollPane({ scrollbarWidth: 11, scrollbarMargin: 15, dragMinHeight: 29, dragMaxHeight: 29, maintainPosition: false, showArrows: false });
	});
	/*
	$("select[@name^='veiculo_nome']").change(function(){
		$img = '../img/ ' + $(this).attr("rel");
		$("img.fotoVeiculo").attr('src', $img);
		$("img.fotoVeiculo").show();
	});
	*/
	$("input.cpf").mask("999.999.999-99");
  $("input.rg").mask("99.999.999-9");
	$("input.cnpj").mask("999.999.999/9999-99");
	$('img[@src$=.png], h1').ifixpng();
});

function showInlineThickbox(contentId, width, height){
	tb_show('', '#TB_inline?modal=true&width=' + width + '&height=' + height + '&inlineId=' + contentId + '&modal=true', false);
}


