/* Author: David Bourron
*/

(function($) {
	
	$(function() {
		$('#s1').cycle({
			fx:     'scrollDown', 
			speed:  800,
			timeout: 6000,
			//pager:  '#show-nav',
			next : '#s1 img'
			// callback fn that creates a thumbnail to use as pager anchor 
			//pagerAnchorBuilder: function(idx, slide) { 
			//return '#show-nav li:eq(' + idx + ') a';
			//}
		});
	});
	
})(jQuery);


























