$(document).ready(function(){
	$("a.fancy").fancybox({autoScale:false, changeSpeed: 50, speedIn:50, speedOut:50, titlePosition:'inside'});

	$("a.fancyFrame").fancybox({
		'width': '97%',
		'height': '97%',
		'autoScale': false,
		'transitionIn': 'none',
		'transitionOut'	: 'none',
		'type': 'iframe'
	});

	$("a.fancyLiveCam").fancybox({
		'width': '72%',
		'height': '97%',
		'autoScale': false,
		'transitionIn': 'none',
		'transitionOut'	: 'none',
		'type': 'iframe'
	});

	$("a[rel=fancy[roadtrip]]").fancybox({autoScale:false, titlePosition: 'inside', changeSpeed: 50, speedIn:50, speedOut:50});
});

