/* <![CDATA[ */
$(function() {
      
    $('#slides').cycle({
        fx:     'fade',
		random: 1,
        speed:   500,
        timeout: 0,
        next:   '#next'
	});
});
/* ]]> */
