function initCufon() {
	Cufon.replace('#nav > li > a', { fontFamily: 'Century Gothic', hover: true });
	Cufon.replace('.logo-holder address', { fontFamily: 'Century Gothic' });
	Cufon.replace('#content .promo .text p', { fontFamily: 'Century Gothic' });
	Cufon.replace('#content .promo .text a', { fontFamily: 'Century Gothic', hover: true });
	Cufon.replace('#content #twocolumns .aside .box .title', { fontFamily: 'Century Gothic' });
	Cufon.replace('#content #twocolumns .aside .box label', { fontFamily: 'Century Gothic' });
	Cufon.replace('#content #twocolumns .aside .social li a', { fontFamily: 'Century Gothic', hover: true });
	Cufon.replace('#content .info-box .gallery-holder h2', { fontFamily: 'Century Gothic' });
	Cufon.replace('#content .info-box h3', { fontFamily: 'Century Gothic' });
	Cufon.replace('#sidebar .box address span', { fontFamily: 'Century Gothic' });
	Cufon.replace('#sidebar .time-list li', { fontFamily: 'Century Gothic' });
	Cufon.replace('#footer .nav-bar ul li a', { fontFamily: 'Century Gothic', hover: true });
	Cufon.replace('.footer-holder .nav li a', { fontFamily: 'Century Gothic', hover: true });
	Cufon.replace('.footer-holder p', { fontFamily: 'Century Gothic' });
	Cufon.replace('#sidebar .news-list li a', { fontFamily: 'Century Gothic', hover: true });
	Cufon.replace('#sidebar .news-list h3', { fontFamily: 'Century Gothic' });
	Cufon.replace('.main-visual h2', { fontFamily: 'Century Gothic' });
}

$(document).ready(function(){
	initCufon();
	$(".gallery-content").jCarouselLite({
	        btnNext: ".next",
	        btnPrev: ".prev"
	});
	
});
