Cufon.set('fontFamily', 'helvneuelight')
			.replace('#topmenu a',{hover:'true'})('#footertitle');
Cufon.set('fontFamily', 'Helvetica')
			.replace('h1')('h2')('h3')('#menulist',{hover:'true'});
	
$(document).ready(function() {
	
	$('#bannerleft').cycle();
	$('#bannerright').cycle();
	
	$("#formFieldDag").datepicker();
	
	$('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"
	});
});
