//cufon
Cufon.replace("h1, h2, h3, .button", {hover:true});

$(document).ready (function (){

	$("#storeslist-major li a, #storeslist li a").fancybox({
		'width'				: '60%',
		'height'			: '60%',
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'overlayColor'		: '#000',
		'overlayOpacity'	: '0.75',
		'padding'			: '0',
		'scrolling'			: 'no',
		'titleShow'			: 'false'
		
	});


	
	
});
