$(document).ready(function(){

	$('#gallery a').lightBox({fixedNavigation:true});

    $("#process li[title]").tooltip(
        {
            effect: 'fade',
            fadeInSpeed:	200,
            fadeOutSpeed:	75
        });
})
