﻿
$(function () {
	if($.fancybox) {
		$("#testimonials").fancybox({
			'width': 550,
			'height': 500,
			'autoScale': false,
			'transitionIn': 'none',
			'transitionOut': 'none',
			'type': 'iframe',
			'showCloseButton': true
		});
		
	}
});


