$('#cycle') 
.cycle({ 
    fx:     'fade', 
    speed:  'slow', 
    timeout: 3000, 
    pager:  '#nav' 
});

$(function() {	
	$('.gal_wrap a, .ngg-gallery-thumbnail a').lightBox(); // Select all links in object with gallery ID
});
