$(function() {
  // Dynamic rounder corner creation
  $('.cornered').corner("5px");
  
  // Home page slide animation, have to place afer Fancybox call because of JS error
  /*
  $('#slides').cycle({ 
    fx:     'fade',
    timeout:  4000 
  });
  */
  
  $('#testimonials').cycle({ 
    fx:   'fade',
    timeout:  4000
  });
  
  $('#portfolio-slideshow').cycle({ 
    fx:   'fade',
    timeout:  3000
  });
});	 

