$(document).ready(function() {
	Cufon.replace($('#topsection h1'),{fontFamily: 'Minion' });
});
$(window).load(function() {
	$("div#photoreel").smoothDivScroll({ autoScroll: "always", autoScrollDirection: "endlessloopright", autoScrollStep: 1, autoScrollInterval: 40 });
	$("div#photoreel").hover(function() { $("div#photoreel").smoothDivScroll("stopAutoScroll"); },function() { $("div#photoreel").smoothDivScroll("startAutoScroll"); });
	$("div#photoreel a").fancybox({'transitionIn':'elastic','transitionOut':'elastic','speedIn':	600,'speedOut':200,'overlayShow':false});
});
