// Main Functions

    $('#slidePics').jqFancyTransitions();
	Cufon.replace('h1, h2, h3', {fontFamily: 'Myriad Pro Regular', hover: true});
	Cufon.replace('.topNavi li, .more, .widget h3, .slideContent h2', {fontFamily: 'Myriad Pro Condensed', hover: true});
	Cufon.now();
	$(document).ready(function(){	
		$('#header .topNavi ul li:first-child').css({backgroundImage:"none"});
		$('#blocks .box:last').css({marginRight:"0"});
		if ($.browser.msie && $.browser.version < 8) $(".widget p").css("float", "right");
		$(".lightbox").lightbox();
	});
