$(document).ready(function() {


	$("a.guarantee").fancybox({ 
		'overlayShow': true,
		'frameHeight': 500,
		'frameWidth': 500,
		'titleShow': false,
		'scrolling': 'no'
	}); 

	if(typeof $('a.lightbox').fancybox == 'function') {
		$('a.lightbox').fancybox();
	}



});

