// JavaScript Document
$(function() {
	 $('#thumbs').galleriffic({
		imageContainerSel:'#slideshow',
		autoStart: true,
		 numThumbs: 10
		
	});
	$('.block3 a').fancybox({
		overlayOpacity		:	0.85,
		overlayColor		:	'#000000'
		
	});
	$('#innerfade-block1').innerfade({ 
		speed: 'slow', 
		timeout: 4000, 
		type: 'sequence', 
		containerheight: '143px'
	 }); 
	 $('#innerfade-block2').innerfade({ 
		speed: 'slow', 
		timeout: 4000, 
		type: 'sequence', 
		containerheight: '143px'
	 }); 
	 $('#innerfade-block3').innerfade({ 
		speed: 'slow', 
		timeout: 4000, 
		type: 'sequence', 
		containerheight: '143px'
	 }); 
	 $('#innerfade-block4').innerfade({ 
		speed: 'slow', 
		timeout: 4000, 
		type: 'sequence', 
		containerheight: '143px'
	 });
	$('a.mediacenter-image').fancybox();	
});
