
		
		
		
		
		
		$(document).ready(function() 
    { 
        $("#o_mar_mirado").tablesorter();
        $("#do_areal_ao_peirao").tablesorter();
        $("#con_pes_no_mar").tablesorter(); 
        
        
        
        
         /*$('.rounded').corners("top");*/

        
         $('.link').biggerlink();
        
        
        
        
        $(function () {
			var tabBoxes = $('div#tabContainer > div');
			tabBoxes.hide().filter(':first').fadeIn();
			
			$('div#tabContainer ul a').click(function () {
				tabBoxes.hide();
				tabBoxes.filter(this.hash).fadeIn();
				$('div#tabContainer ul a').removeClass('current');
				$(this).addClass('current');
				
			}).filter(':first').click();
		});
        
        
    } 
); 




