// JavaScript Document
jQuery.noConflict();

jQuery(document).ready(function() {
    jQuery('#cycle').cycle({
		fx: 'scrollHorz' 
	});
});

