$(document).ready(function($) {
//--------------------------------------------------
// SLIDESHOW
//--------------------------------------------------	
	$('#home_slideshow').cycle({ 
		fx:     'fade', 
		speed:  '1750',
		pager:  '#slide_nav',
		pause:  1
	});
});
