/* CREDITS
 * ----------------------------------------------------------
 * Title:		Inventis Marathon - Main JavaScript file
 * Author:		Tom Claus <tom@inventis.be>
 * Date:		18/11/2010
 * ----------------------------------------------------------
 * Inventis - Web Architects - We design the Web!
 * www.inventis.be
*/
(function(){

	/* FancyBox */
	$("a[rel=lightbox]").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'titlePosition'	:	'over',
		'type'			:	'image'
	});
	
	/* FancyBox iframe */
	$("a[rel=lightboxmap]").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'type'			:	'iframe',
		'width'			:	600,
		'height'		:	450
	});
	
	/* NiceForm select and file upload */
	if($('.niceForm select').length){
		$('.niceForm select').uniform();
	}

})();
