﻿$(document).ready(function() {
		//PopUp iFream BYfancy
		$("#sub_pv_area p a,#products_movie_area_moviewatch a").fancybox({
        'width' : 670,
		'height'			: '66%',
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
		});
		//Picture's Fade In and Out Effect
		$('.popup , .popupbottom').children().hover(function() {
			$(this).siblings().stop().fadeTo(500,0.5);
		}, function() {
			$(this).siblings().stop().fadeTo(500,1);
		});
});
$(document).ready(function() {
             $("p.h1_description_image a,.hogrelmethod_training_variation a").fancybox({  
        'overlayShow' : true,
        'width' : 670,
        'height' : $(window).height() - 200,
        'type'          : 'iframe'
    });
});
$(document).ready(function() {  
   
             $(".news_description_area p.news_list_area_img a").fancybox({  
                 'hideOnContentClick': true  
             });  
               
             $("a#custom_1, a#custom_2").fancybox({  
                 'zoomSpeedIn':  0,   
                 'zoomSpeedOut': 0  
             });  
	}); 

