$(document).ready(function(){
  $('#artist_wrap').cycle({
    fx: 'fade'
  });
});

