$(document).ready(function() {
	$("#home_slideshow").cycle({ 
		fx:      "scrollLeft", 
		speed:    300, 
		timeout:  4000,
		random: 1
	});
});

