  jQuery.noConflict();
  
  (function($) {
    
    $(document).ready(function() {
      
      $('#div_slides').cycle({
        speed: 1000,
        timeout: 5000
        //fx: 'zoom',
        //cssAfter: { 
        //  clip: 'rect(76px 411px 151px 275px)' 
        //}
        
        //fx: 'custom', 
        //  cssBefore: {  
        //    top:  76, 
        //    left: 275, 
        //    width: 163, 
        //    height: 75,  
        //    zIndex: 1  
        //  }, 
        //  animIn:  {  
        //    top: 0,
        //    left: 0,
        //    width: 685, 
        //    height: 227  
        //  }, 
        //  animOut: {   
        //    width: 163,
        //    height: 75
        //  }, 
        //  cssAfter: {  
        //    zIndex: 0  
        //  } 
      });
    
    });
    
  }) (jQuery);
