jQuery(document).ready(function() {	
	if(jQuery("#home-products #continenttabs").length){
		jQuery('#continenttabs').tabs();
	}

	jjQuery(".continent-product-tab-middle A").click(function() {
		jQuery(".continent-product-tab-container UL").removeClass("continent-home-product-tab-on").addClass("continent-home-product-tab-off");
		jQuery(this).parent().parent().addClass("continent-home-product-tab-on");
		return false;
	});
	
	jQuery("#continent-nav-products").mouseenter(function() {
		jQuery("#continent-nav-products-overlay").show();
	});
	
	jQuery("#continent-product-02, #continent-product-03, #continent-product-04, #continent-product-05, #continent-product-06, #continent-product-07, #continent-product-08").hover(function() {
		jQuery("#continent-nav-products-overlay").hide();
	});
	
	jQuery("#continent-nav-products").mouseleave(function() {
		jQuery("#continent-nav-products-overlay").hide();
	});

	
	if(jQuery('#product-details-tabs').length) {
		jQuery('#product-details-tabs').tabs();
	}
});

jQuery(document).ready(function() {		
	// if(jQuery("a.j-lightbox-popup-start").length || jQuery("a.j-lightbox-start").length){
		 // jQuery("a.j-lightbox-popup-start,a.j-lightbox-start").fancybox({
			// 'transitionIn'		:	'elastic',
			// 'transitionOut'		:	'elastic',
			// 'speedIn'		:	800, 
			// 'speedOut'		:	400, 
			// 'width'			:	740, 
			// 'height'		:	430, 
			// 'type'			:   	'iframe',
			// 'overlayShow'		:	true,
			// 'onStart' 		: function(data){j.fancybox.showActivity();},	
			// 'onComplete' 		: function(data){j.fancybox.hideActivity();}
		// });	
		// jQuery('.close-fancybox').live("click",function(){ j.fancybox.close(); });
	// }
});	
