// JavaScript Document

jQuery(document).ready(function($){
	$('#player').
		anythingSlider({
				 easing: "easeInOutExpo",
				 autoPlay: true,
				 startStopped: false,
				 animationTime: 600,
				 delay : 6000,
				 hashTags: false,
				 buildNavigation: false,
				 buildArrows: false,
				 pauseOnHover: true,
				 height: 338,
				 }); 
});

 

