$(document).ready(function() {
    $('.pics').cycle({
		fx: 'fade',
    delay: -1000,
	random:  1, 
	pause:  1 
	});
});
