$(document).ready(function() {
  $(this)
    .pngFix();
  
  $('#slide-show.animate')
    .cycle({
      slideExpr: 'img',
      speed: 5000
    });
});
