        $(document).ready(function() {
            $('#slideshow').embedagram({
                    instagram_id: 5941380,
					thumb_width: 186,
					limit: 1
                });
			
			
			$(".basicbox").mouseenter(function(){
  				//$(this).find(".overlay").animate({"top": "+=36px"}, "slow");
  				$(this).find(".overlay").animate({"top": "0px"}, "slow");
			});
			$(".basicbox").mouseleave(function(){
  				//$(this).find(".overlay").animate({"top": "-=36px"}, "slow");
  				$(this).find(".overlay").animate({"top": "-36px"}, "slow");
			});
			$(".basicbox a").click(function(){
  				$(this).find(".overlay").animate({"top": "-36px"}, "slow");
			});
			
		

			
        });
		
		Cufon.replace('#talkingbirds h1'); 
		Cufon.replace('#talkingbirds h2'); 
