//--------------------------------------------------
// Author: Chris Lock
// Copyright (c) 2009
//--------------------------------------------------

jQuery(document).ready(function($) {
//--------------------------------------------------
// MENU
//--------------------------------------------------	
	$('#home_slideshow').cycle({ 
		fx:     'scrollLeft', 
		speed:  1500,
		delay: -1500,
		timeout: 6000
	});
});

