jQuery(document).ready(function() {

			$("#sub-payment, #sub-raw01, #sub-raw02, #sub-privacy, #sub-company, #sub-contact").fancybox({
				'titleShow'		: false,
				'width'				: '80%',
				'height'			: '80%',
				'type'				: 'iframe'
			});


			$("a[rel=thumbnail-img-popup]").fancybox();

			$("a[rel=thumbnail-vr-popup]").fancybox({
				'type'				: 'iframe'
			});

			$("a[rel=thumbnail-video-popup]").click(function() {
				$.fancybox({
					'padding'		: 0,
					'autoScale'		: true,
					'transitionIn'	: 'none',
					'transitionOut'	: 'none',
					'title'			: this.title,
					'width'		: 640,
					'height'		: 505,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
						'wmode'		: 'transparent',
						'allowfullscreen'	: 'true'
						}
					});

	return false;
});

		});
