jQuery(document).ready(function($) {
//--------------------------------------------------
// SLIDESHOW
//--------------------------------------------------	
	$('#main_slideshow').cycle({ 
		fx:     'fade', 
		speed:  '1750'
	});
});
