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