$(document).ready(function() {
	 $("a.hairstation").fancybox({
		'overlayShow': true,
		'frameWidth': 800,
		'frameHeight': 800
	}); 
});
