$(document).ready(function() {
		
	//Se o lighbox foi carregado, inicia-o	
	if (lbcarregado){
		$('a.lb').lightBox()
	}

	$('div#fundo_logo').corner("10px bottom");
	$('ul#menu').corner("10px");
	
	setTimeout(function(){
		$('div#chat').hide().html('<a href=javascript:void(window.open("http://www.jletiquetas.com/chat/livezilla.php","","width=600,height=600,left=0,top=0,resizable=yes,menubar=no,location=yes,status=yes,scrollbars=yes")) ><img src="http://www.jletiquetas.com/chat/image.php?id=03" width="196" height="54" border="0" alt="LiveZilla Live Help" /></a>').fadeIn('slow');
	},1500);
	
});
