$(document).ready(function () {
	$("a#popover-more-photos, a.popover-more-photos").fancybox({'frameWidth':650,'frameHeight':550}); //product link popovers
	$("a#popover-features").fancybox({'frameWidth':505,'frameHeight':395}); // iframe-nosroll - exact height and width dimensions cause iframe scrollbars.  this fixes.
	$("a#popover-360").fancybox({'frameWidth':510,'frameHeight':510});
	$("a#popover-specifications").fancybox({'frameWidth':500,'frameHeight':460});
	$("a#halo-popover-features").fancybox({'frameWidth':690,'frameHeight':430});
	$("a.halo-popover-video").fancybox({'frameWidth':690,'frameHeight':430, padding:0});
	$("a#popover-specifications").fancybox({'frameWidth':500,'frameHeight':460});
	$("a#popover-video").fancybox({
		'frameWidth':(typeof(videoX) != 'undefined')?videoX:350,
		'frameHeight':(typeof(videoX) != 'undefined')?videoY:280
	});
});
