$(document).ready(function($) {
//--------------------------------------------------
// SLIDESHOW
//--------------------------------------------------	
	$('#home_images').cycle({ 
		fx:     'fade', 
		speed:  3000,
		timeout: 1000
	});
});
