﻿$(function() {
	$('#home-slideshow').cycle({ 
		fx:     'fade', 
		speed:  750, 
		timeout: 4000, 
		pager:  '#pager' ,
		next: '#home-slideshow'
	});
});


