Cufon.replace('.topmenu a, .langnav a', { fontFamily: 'Futura BdCn BT', hover: true });
Cufon.replace('h1, h2, .celAmountSubtotaal', { fontFamily: 'Futura BdCn BT' });
Cufon.replace('h3, h4', { fontFamily: 'Futura' });
Cufon.replace('.buyNow a, .inputSubmit span', { fontFamily: 'Futura Md BT', hover: true, textShadow: '-3px -3px #c1c867' });
Cufon.replace('.knopHowItWorks', { fontFamily: 'Myriad Pro', hover: true, textShadow: '-3px -3px #c1c867' });
Cufon.replace('.futura', { fontFamily: 'Futura MdCn BT', hover: true/*, textShadow: '-2px -2px #d6d6d6'*/ });
Cufon.replace('.tblBuy th', { fontFamily: 'Futura MdCn BT' });
Cufon.replace('.futuraBold', { fontFamily: 'Futura Md BT', hover: true/*, textShadow: '-2px -2px #d6d6d6'*/ });

$(document).ready(function(){
	$('.pageAlbumFotos').after('<div class="pageAlbumPager">').cycle({
		speed:  'fast',
		timeout: 5000,
		pager:  '.pageAlbumPager'
	});
	
	$('#faqContainer .faqLink').click(function(){
		$('a',this).toggleClass('active');
		$(this).next().toggle('fast');
		return false;
	}).next().hide();
	
	$('.inputSubmit input').bind({
		mouseenter : function() {
			$('.inputSubmit span').css("color", "#7d8605");
			Cufon.replace('.inputSubmit span', { fontFamily: 'Futura Md BT', hover: true, textShadow: '-3px -3px #c1c867' });
		},
		mouseleave : function() {
			$('.inputSubmit span').css("color", "#fff");
			Cufon.replace('.inputSubmit span', { fontFamily: 'Futura Md BT', hover: true, textShadow: '-3px -3px #c1c867' });
		}
	});
	
	$("a[rel]").overlay();
	
	$('input.radio').prettyCheckboxes({
		checkboxWidth: 58,
		checkboxHeight: 28
	});
});
