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

	$("#twitter_search").tweet({username: ["appsketchbook"], avatar_size: 32, count: 4, query: "@appsketchbook OR appsketchbook.com", loading_text: "searching twitter..."});
});
