$(document).ready(function($) {
//--------------------------------------------------
// SLIDESHOW
//--------------------------------------------------
	$("#home_slideshow").cycle({ 
		fx:     'fade', 
		speed:  '3000'
	});
	
	$("#home_current_slideshow").cycle({ 
		fx:     'fade', 
		speed:  '4000'
	});
});