$(document).ready(function($) {
$(window).load(function() {
$('.flexslider').flexslider({						
animation: "fade",
slideshowSpeed: 6000,
animationDuration: 1000,
directionNav:false,
animationLoop:false,  
touchSwipe: true,
controlNav: true, 
prevText: "&lArr;",
nextText: "&rArr;",
pauseOnAction: false,
pauseOnHover: true,
controlsContainer: ".flex-container",
start: function(slider) {
slider.removeClass('loading');
}	
    });
  });
});


