$(function(){
	/*
	$('#header #nav a').markCurrentLocation();
	
	if($.browser.mobile)
		$('#comments').hide();
	
	if($.browser.msie)
		$('.lu:first-child').addClass('first-child')
	*/
	$img_prefix = 'http://'+location.hostname+'/wp-content/themes/parabossa/img/lightbox/';
	if($('#slider1').size() != 0){
		$('#slider1').nivoSlider({
			effect:'fade',
			pauseTime:6000,
		});
	}
	$('a.ofimg').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'});
	$('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'});
	
	
});



