https://github.com/markirby/FlexSlider-ManualDirectionControls
##Lettering.js https://github.com/davatron5000/Lettering.js
| $(window).load(function() { | |
| $('.flexslider').flexslider({ | |
| directionNav : false, | |
| animation: "slide", | |
| start: function(slider) { | |
| $('.slides li img').click(function(event){ | |
| event.preventDefault(); | |
| slider.flexAnimate(slider.getTarget("next")); | |
| }); | |
| } | |
| }); | |
| }); |