
$(function() {
    $("#slideshow").before().cycle({ 
    fx:     'fade', 
    speed:  'slow', 
	loop: true,
    timeout: 6000, 
    pager:  '#navGallery', 
    // callback fn that creates a thumbnail to use as pager anchor 
   
});
});
