Cufon.replace('.HelCondThin', { fontFamily: 'HelvNeuethin', textShadow: '2px 2px #ffffff' });
Cufon.replace('.HelCondThinHover', { fontFamily: 'HelvNeuethin', textShadow: '2px 2px #ffffff', hover: true });
Cufon.replace('#contentContainer h1, #contentContainer h2, .HelvNeue', { fontFamily: 'HelveticaNeue', textShadow: '2px 2px #ffffff' });
Cufon.replace('.HelCondBlack, #contentContainer h3, #contentContainer h4', { fontFamily: 'Helvetica', textShadow: '2px 2px #ffffff' });
Cufon.replace('.HelCondBlackHover', { fontFamily: 'Helvetica', textShadow: '2px 2px #ffffff', hover: true });

$(document).ready(function() {
	$('A[rel="lightbox"]').lightBox({
		overlayBgColor: "#000",
		overlayOpacity: 0.6,
		imageLoading: "/public/images/lightbox/loading.gif",
		imageBtnClose: "/public/images/lightbox/close.gif",
		imageBtnPrev: "/public/images/lightbox/prev.gif",
		imageBtnNext: "/public/images/lightbox/next.gif",
		imageBlank: "/public/images/lightbox/blank.gif", 
		containerResizeSpeed: 350,
		txtImage: "",
		txtOf: "of"
	});
	
	$("#topnav #main").superfish();
	
	$('#indexCycle div').cycle({ 
		fx: 'scrollLeft',
		timeout: 5000
	});
});
