5 Sessions + Assessment + Debrief Session

jQuery(document).ready(function($) { $(window).load(function() { $('.flexslider').flexslider({ animation: "slide", controlNav: "thumbnails", start: function (){ } }); $(".flex-control-thumbs li img").hover(function(){ $(this).click(); }); }); });