$(document).ready(function() {
	Cufon.replace('h1');
	Cufon.replace('h2');
	Cufon.replace('.cufon');

	$("#bestelbrochure").hover(
	function() {
		$(this).stop().animate({"top": "0px"}, "slow");
	},
	function() {
		$(this).stop().animate({"top": "-245px"}, "slow");
	});

	$("a.brochures").fancybox({
		'width'				: '100%',
		'height'			: '100%',
		'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});
	$("a.fancybox").fancybox({
		'width'				: '100%',
		'height'			: '100%',
		'overlayShow'		: true,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic'
	});
	$("a.bestelbrochure").fancybox({
		'width'				: 480,
		'height'			: 620,
		'type'				: 'iframe',
		'overlayShow'		: true,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic'
	});
	$("a.referentiebox").fancybox({
		'width'				: '100%',
		'height'			: '100%',
		'overlayShow'		: true,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'titlePosition' 	: 'over',
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Afbeelding ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
		}
	});
	$("#featured > ul").tabs({ event: 'mouseover', fx:{opacity: "toggle"}}).tabs("rotate", 4500, true);
	$("#tags").tagcloud({
		height:320,
		type:"sphere"
	});
});
