$(function() {
		
	Cufon.replace('#menu li a, h1, h2, .collectie-titel span, .nieuws_title span' , { fontFamily: 'TradeGothic' } );
	Cufon.replace('#slideshow-text' , { fontFamily: 'TradeGothic', textShadow: '#333 1px 1px' } );
	
	$('.scroll-pane').jScrollPane({showArrows: true});
	
		
});
