

$(document).ready(function() {
	
	$('a#one21, a#one2, a#one').fancybox({
		"frameHeight": 160,
		"overlayOpacity": 0.7,
		"overlayShow": true
	});
	$('a#two21, a#two2, a#two').fancybox({
		"frameHeight": 240,
		"overlayOpacity": 0.7,
		"overlayShow": true
	});
	$('a#three21, a#three2, a#three').fancybox({
		"frameHeight": 240,
		"overlayOpacity": 0.7,
		"overlayShow": true
	});
	$('a#four21, a#four2, a#four').fancybox({
		"frameHeight": 220,
		"overlayOpacity": 0.7,
		"overlayShow": true
	});
});