$(document).ready(function() {
	$("a.fancybox").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'overlayOpacity':	0.7,
		'speedIn'		:	300, 
		'speedOut'		:	300, 
		'titlePosition'	:	'over'
	});

	// INDEX IMG ROTATE ---------- /
	$('#img_rotation').innerfade({
		speed: 'slow',
		timeout: 4000,
		type: 'sequence',
		containerheight: '350px'
	});
	
	// INDEX IMG ROTATE ---------- /
	$('#img_rotation2').innerfade({
		speed: 'slow',
		timeout: 4000,
		type: 'sequence',
		containerheight: '350px'
	});

});
