$(function(){
	/*
	$('#header #nav a').markCurrentLocation();
	
	if($.browser.mobile)
		$('#comments').hide();
	
	if($.browser.msie)
		$('.lu:first-child').addClass('first-child')
	*/
	if($('#slider1').size() != 0){
		$('#slider1').nivoSlider({
			effect:'fade',
			pauseTime:6000,
		});
		$img_prefix = 'http://'+location.hostname+'/wp-content/themes/parabossa/img/lightbox/';
		$('div.top_info a').lightBox({imageLoading: $img_prefix+'loading.gif',
										imageBtnClose: $img_prefix+'close.gif',
										imageBtnPrev: $img_prefix+'prev.gif',
										imageBlank: $img_prefix+'blank.gif',
										imageBtnNext: $img_prefix+'next.gif'});
	}
	
});


function logo_left()
{
	$("#top_head_logo").animate({
		top: "38px",
	    left: "42px",
	 }, "fast" );
}


function logo_center()
{
	$("#top_head_logo").animate({
		top: "30px",
	    left: "415px",
	  }, "fast" );
}

