$(document).ready(function() {
	
	// Cufon
	Cufon.replace('#home .overlay .info p, .homepop .columns div li', { 
		fontFamily: 'swissregular'
	});
	Cufon.replace('#navigation li a, #home .overlay .info h2, #home .overlay .info h3, #home .overlay .info strong, #home .overlay .info li, .homepop .columns div li h3, .homepop h2, h2.entry-title, #collection_content_container h2 a, #collection_content', { 
		fontFamily: 'swissbold'
	});

	$('#slideshow #gallery').galleria({
		show_info: false,
		height: 533
	});
	
	// images for timeline
	$('.timelineimg').fancybox();
	
	// videos for timeline
	
	$(".youtube").click(function() {
		$.fancybox({
				'padding'		: 0,
				'autoScale'		: false,
				'transitionIn'	: 'none',
				'transitionOut'	: 'none',
				'title'			: this.title,
				'width'		: 680,
				'height'		: 495,
				'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
				'type'			: 'swf',
				'swf'			: {
				   	 'wmode'		: 'transparent',
					'allowfullscreen'	: 'true'
				}
			});

		return false;
	});
});
