$(document).ready( function() {
	$('.pics').cycle({ 
    timeout: 1000,
	delay: -3500,
    speed:  3500 
 });
});