$(function() {

	$("input.data").mask("99/99/9999");
	$("input.hora").mask("99:99");
	$("input.telefone").mask("(99) 9999-9999");
	$("input.cep").mask("99999-999");
	$("input.cpf").mask("999.999.999-99");
	$("input.cnpj").mask("99.999.999/9999-99");
	
	$(".fancybox").fancybox();
	
	$("#index .banner .cycle").cycle({fx: 'scrollVert', speed:300, timeout:6000, pager: '#index .destaque .controles'});

	$("#index .noticias .cycle").cycle({fx: 'scrollRight', delay:200, timeout:6000, pause:0, speed: 300});
	
	$("#nav .item3").hover(function() {
		$('#nav .solucoes').slideToggle('fast');
	});
	
	$('#index .clientes .cycle').cycle({fx: 'scrollHorz', timeout: 3000, speed:300, delay:100, prev: '#index .clientes .anterior', next: '#index .clientes .proximo'});
	
	$('#index .android, #index .balao1').hover(function() {
		$('#index .balao1').toggle();
	});
	
	$(".tip").tipTip({defaultPosition:"top", edgeOffset:0, delay:0});
	
	$("#clientes .cycle").cycle({timeout: 0, pause:0, prev: "#clientes .anterior", next: "#clientes .proximo"});
	
});
