jQuery(document).ready(function() {

$(".view_tour").click(function(){
$('#video_banner').show();$('#neo_pro_imagine').hide();marqueeInit.ar[0].stopMarquee = true; 
});

			   
 
$(".clickable").click(function() {
  window.location = $(this).find("a:first").attr("href");

});
$(".clickable").hover(
  function() {
    $(this).addClass("hover");
  },
  function() {
    $(this).removeClass("hover");
   }
   );

$(".pop5").fancybox({
		'width'				:  892,
		'height'			:  525,
        'autoScale'     	: 'true',
        'transitionIn'		: 'elastic',
		'speedOut'          : '600',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
		
	});

$(".pop285").fancybox({
		'width'				:  892,
		'height'			:  285,
        'autoScale'     	: 'true',
        'transitionIn'		: 'elastic',
		'speedOut'          : '600',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
		
	});

$(".pop620").fancybox({
		'width'				:  892,
		'height'			:  620,
        'autoScale'     	: 'true',
        'transitionIn'		: 'elastic',
		'speedOut'          : '600',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
		
	});
$(".pop480").fancybox({
		'width'				:  892,
		'height'			:  480,
        'autoScale'     	: 'false',
        'transitionIn'		: 'fade',
		'speedOut'          : '600',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
		
	});

$("#press").fancybox({
		'titlePosition'		: 'inside',
		'transitionIn'		: 'none',
		'transitionOut'		: 'none'
		
		});
$(".popfull").fancybox({
		'width'				:  '100%',
		'height'			:  '75%',
        'autoScale'     	: 'false',
        'transitionIn'		: 'fade',
		'speedOut'          : '600',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
		
	});


					});  
