/* Font Replace */
Cufon.replace('#navi', { hover: true, textShadow: '1px 1px rgba(0, 0, 0, 0.2)', fontSize: '30px' });
Cufon.replace('h1', { fontSize: '50px' });
Cufon.replace('h2', { fontSize: '38px' });

$(document).ready(function() {
	
	/* Slider */
	$('#slider_images').coinslider({ width: 626, height: 380, navigation: true, delay: 6000, opacity: 0.6, links: true });
	
	/* Fancybox */
	$("a[rel=lightbox]").fancybox({
		'centerOnScroll': true,
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'overlayShow'	:	false
	});

});
