$(document).ready(function() {

	//$(window).load(function(){
		$('#banner .flexslider').flexslider({
			animation:"slide",
			slideshow:true,
			slideshowSpeed:4000,
			animationDuration:1000,
			//directionNav:(('ontouchstart' in document.documentElement) ? true :false),
			directionNav:false,
			controlNav:true,
			keyboardNav:true,
			touchSwipe:true,
			prevText:"Previous",
			nextText:"Next",
			randomize:false,
			slideToStart:0,
			pauseOnAction:true,
			pauseOnHover:false,
			controlsContainer:"",
			manualControls:""
		});
		
});
