$(document).ready(function() {
	
			
			$("a.mainimage-popup").fancybox();
			$("p.sizeguide a").fancybox();
				$("a.map").fancybox({
				'width'				: '75%',
				'height'			: '75%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			
			
			
		
			
$('#totalbasket').load('/shop/index.php?main_page=index&cPath=2 #ccount');
$('#totalpricebasket').load('/shop/index.php?main_page=index&cPath=2 #ctotal');		
	
			
			
});

