$(function(){
	setOverOrkut();
	setCarouselParceiros();
	
	$('#idiomas .'+ ((location.href.search("/pt/") == -1) ? "en" : "pt") +' a').addClass("ativo");
	$("table").tablesorter({sortList:[[0,0]]});
	if ($.browser.version == "6.0" && $.browser.msie) { DD_belatedPNG.fix('.pngfix'); }
	$('#fale_conosco input.sf_searchText').focus(function(){$(this).val('');});
	if ( $('dd a[rel="lightbox[images]"]').size() > 0 ) {
		$('dd a[rel="lightbox[images]"]').lightBox({
			imageLoading:	'/images/lightbox/loading.gif',
			imageBtnPrev:	'/images/lightbox/prevlabel.gif',
			imageBtnNext:	'/images/lightbox/nextlabel.gif',
			imageBtnClose:	'/images/lightbox/closelabel.gif',
			txtImage:		'Imagem',
			txtOf:			'de'
		});
	}
	$('.sf_pager a[id$=NextPage]').text('Próximo >');
	$('.sf_pager a[id$=PreviousPage]').text('< Anterior');
});

function setOverOrkut()
{
	var b = $('.box_links .linksOrkut'), t, h;
	
	$('.box_links a.orkut').hover(function(){
		b.stop(true, true).fadeIn('fast');
	}, function(){ t = setTimeout(h, 200); });
	
	b.hover(function(){ clearTimeout(t); }, function(){ t = setTimeout(h, 200); });
	
	h = function() {b.stop(true, true).fadeOut('fast')}
}

function setCarouselParceiros()
{
	$("#footer .parceiros ul").carouFredSel({
		auto	: {
			items 			: 1,
			duration		: 5000,
			width			: 935,
			height			: 71,
			align			: 'center',
			easing			: "linear",
			pauseDuration	: 0,
			pauseOnHover	: true
		}
	});
}
