/* Author:

*/

$(window).load(function() {
  $('.flexslider').flexslider(
  {
    slideshow: true,
    animationLoop: true
  }
  );
});

