$(document).ready(function() {
	$(".fancybox").fancybox({ 'frameWidth':700 , 'frameHeight':575 });
});
	
	function formatText(index, panel) {
			return index + "";
	}
	$(function () {
		$('.slider').anythingSlider({easing: "easeInOutExpo", autoPlay: true, delay: 7000, startStopped: false, animationTime: 0, hashTags: true, buildNavigation: true, pauseOnHover: true, startText: "Go", stopText: "Stop", navigationFormatter: formatText });

});

