$('document').ready(function(){
$("#gal_espaco").jCarouselLite({ btnPrev: "#gal_lf", btnNext: "#gal_rg", visible: 6, circular: true});
$("#comun_espaco").jCarouselLite({ btnPrev: "#comun_lf", btnNext: "#comun_rg", visible: 1, circular: true});
$("#ind_espaco").jCarouselLite({ btnPrev: "#ind_lf", btnNext: "#ind_rg", visible: 1, circular: true});
$("#not_im3").mouseover(function(event){
	event.preventDefault();
	$("#not_imtopo").load("index.asp #cont_im3");
});
$("#not_im2").mouseover(function(event){
	event.preventDefault();
	$("#not_imtopo").load("index.asp #cont_im2");
});
$("#not_im1").mouseover(function(event){
	event.preventDefault();
	$("#not_imtopo").load("index.asp #cont_im1");
});
$(".fancy").fancybox({
		'overlayShow'			: true,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack'
	});
	$("#insert_login, #insert_pesquisa, #insert_nome, #insert_mail").defaultvalue(
	        "Buscar no site",
	        //"Buscar no site",
			"Digite o seu nome",
			"Digite o seu e-mail"
	 );
$("#botao1").click(function(event){
	event.preventDefault();
	$("#menu1").slideToggle('normal');
});
$("#botao3").click(function(event){
	event.preventDefault();
	$("#menu3").slideToggle('normal');
});
$("#botao4").click(function(){
	$("#menu4").slideToggle('normal');
});
$("#topo ul").superfish();
});