$(function(){
	initCufon();
	$('.G1').galleryScroll({slideNum:'span.s1'});
});
function initCufon(){
	Cufon.replace('#nav a span', {fontFamily: '"gotham-book"',hover: true});
	Cufon.replace('.box .top h3', {fontFamily: '"gotham-book"',hover: true});
	Cufon.replace('.promo li .txt-box h3,.models-box .heading h3', {fontFamily: '"gotham-book"',hover: true});
	Cufon.replace('.information-area .top h3', {fontFamily: '"gotham-book"',hover: true});
	Cufon.replace('.gallery .mask li .txt h2', {fontFamily: '"metro"',hover: true});
}
