      $('#logos').cycle({ 
          fx:     'turnLeft,turnUp,turnRight,turnDown',        
          timeout: 4000,  
          speed:   600  
      }); 

      $('#photo1').cycle({ 
          fx:     'fade', 
          timeout: 5000,  
          speed:   1200  
      }); 

      $('#photo2').cycle({ 
          fx:     'fade', 
          timeout: 9500,  
          speed:   1200  
      }); 

      $('#photo3').cycle({ 
          fx:     'fade', 
          timeout: 7000,  
          speed:   1200  
      }); 