$(document).ready(function(){
	$('#pics').cycle({ 
    fx:    'fade', 
    pause:  1 
	});
});
