﻿Cufon.replace('#socialmedia', { fontFamily: 'NeoSans', fontWeight: '400' });
Cufon.replace('.menu > ul > li > a', { fontFamily: 'NeoSans', fontWeight: '400', hover: true });
Cufon.replace('.slogan span.main', { fontFamily: 'NeoSans', fontWeight: '700' });
Cufon.replace('.slogan span.sub', { fontFamily: 'NeoSans', fontWeight: '400' });
Cufon.replace('h1,h2,h3', { fontFamily: 'NeoSans', fontWeight: '400' });
Cufon.replace('span.infobox_title', { fontFamily: 'NeoSans', fontWeight: '700' });
Cufon.replace('span.infobox_subtitle', { fontFamily: 'NeoSans', fontWeight: '400' });

/*
-------- not implemented. custom solution build instead
$(function () {
	$.fn.supersized.options = {
		startwidth: 1200,
		startheight: 803,
		vertical_center: 1,
		slideshow: 0,
		navigation: 0,
		transition: 1,
		pause_hover: 0,
		slide_counter: 0,
		slide_captions: 1,
		slide_interval: 3000
	};
	$('#supersize').supersized();
});
*/
