$(document).ready(function() {

	/* Fancybox for Webdesign */
	
	$("a.web").fancybox({
		'titlePosition'	: 'over',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
	});
	/* Fancybox for Illustrations */
		$("a.ill").fancybox({
		'titlePosition'	: 'over',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
	});
	/* Fancybox for Graphic Design */
		$("a.graph").fancybox({
		'titlePosition'	: 'over',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
	});
	/* Fancybox for Lettering and Logo's */
		$("a.letter").fancybox({
		'titlePosition'	: 'over',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
	});
	/* Contact iFrame */
		$("#contactframe").fancybox({
		'autoScale'			: true,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});

	
});

