$(window).load(function() {
$('.mainScreen').flexslider({
animation: "slide",
directionNav: true,
controlNav: false,
prevText: "",
nextText: "",
controlsContainer: $('.flexslider'),
smoothHeight: true,
slideshow: false,
slideshowSpeed: 2000,
pauseOnAction: true
});
});