/*
*	This code is in charge of all the effects present in the
*	home page. We have a quite js intense home, so this should
*	only be loaded there.
*/
/*
*	This code is in charge of all the effects present in the
*	home page. We have a quite js intense home, so this should
*	only be loaded there.
*/

$(document).ready(function() {
	$('#image_reel').cycle({
						fx:      'scrollHorz', 
						speed:    800,
						requeueTimeout: 1000,
						timeout:  3500,
						pause:	  1,
						next:   '#promo-right-arrow', 
						prev:   '#promo-left-arrow'
					});
});
