
//lite box
$(document).ready(function(){
	$(".lightbox").lightbox();
	$('#footerCredits').click(function (e) {
	   e.preventDefault();
	   $('#basicModalContent').modal();
	});
	
	jQuery('#mycarousel').jcarousel()
	
	$( function(){
	    $('table.tabella tr:first').addClass('prima');
    	$('table.tabella tr:even').addClass('even');
    	$('table.tabella tr:odd').addClass('odd');
		

    });

});



//init  image  dx bar slide  show
$(function() {
   $('#maestriBox').cycle({ 
     before: onBefore 
}); 

 
function onBefore() { 
    $('#imgBoxTitle') 
        .html(this.alt); 
}; 
});


$(function() {
   $('#headerPub').cycle({ 
     before: onBefore 
}); 

 
function onBefore() { 
    
}; 
});




