$(document).ready(function() {	
	var zIndexNumber = 1000;
	$('#mainWrapper div').each(function() {
		$(this).css('zIndex', zIndexNumber);
		zIndexNumber -= 10;
	});
		
	$('.widget_avisos').css('zIndex', '999999');
	$('#stafBlock').css('zIndex', '999999');
	
	/* Fim controle da barra */
	
	//DROPDOWN MENU INIT
	ddsmoothmenu.init({
		mainmenuid: "mainMenu", //menu DIV id
		orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
		classname: 'ddsmoothmenu', //class added to menu's outer DIV
		//customtheme: ["#1c5a80", "#18374a"],
		contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
	})
	
	// TOP SEARCH 
	$('#s').focus(function() {
		$(this).animate({width: "250"}, 300 );	
		$(this).val('')
	});
	
	$('#s').blur(function() {
		$(this).animate({width: "200"}, 300 );
	});
	
	$('.videos a').colorbox({iframe:true, innerWidth:505, innerHeight:424});
});

function acessarAreaRestrita() {	
	alert('Usu\u00E1rio e/ou senha incorretos!');
}
