// JavaScript Document
$(function() {
	
    $('#slideShow').cycle({ 
        fx:     'scrollVert', 
        speed:   1000, 
        timeout: 10000, 
        pager:  '#slideNav', 
        before: function() {  
            $('#slideCaption').html(this.title); 
        } 
    }); 

});
