jQuery(document).ready(function($){	
$('.pics').css('display', 'block');

$('#s1').cycle({ 
    fx:    'fade', 
    speed:  	4000,
    delay:  	 -6000,  
    timeout:	 12000,   
	random: 	 1
 });
 $('#s2').cycle({ 
    fx:    'fade', 
    speed: 		 4000, 
    delay: 		 -2000, 
    timeout:	 12000,     
	random: 	 1
 });
 $('#s3').cycle({ 
    fx:    'fade', 
    speed:		 4000, 
    delay:  	 2000,
    timeout:	 12000,  
	random:		 1
 });


});
