$(document).ready(function() {

	$("#store a.storelinks").fancybox({'hideOnContentClick': false, 'overlayShow': true, 'cyclic': true, 'autoScale': true, 'overlayColor': '#000000', 'transitionIn': 'elastic', 'transitionOut': 'elastic', 'showNavArrows': true, 'overlayOpacity': 0.75, 'zoomSpeedIn': 500, 'zoomSpeedOut': 500});
	
	$("#new a.newslinks").fancybox({'hideOnContentClick': false, 'overlayShow': true, 'cyclic': true, 'autoScale': true, 'overlayColor': '#000000', 'transitionIn': 'elastic', 'transitionOut': 'elastic', 'showNavArrows': true, 'overlayOpacity': 0.75, 'zoomSpeedIn': 500, 'zoomSpeedOut': 500});
	
	$("#about a.aboutlinks").fancybox({'hideOnContentClick': false, 'overlayShow': true, 'cyclic': true, 'autoScale': true, 'overlayColor': '#000000', 'transitionIn': 'elastic', 'transitionOut': 'elastic', 'showNavArrows': true, 'overlayOpacity': 0.75, 'zoomSpeedIn': 500, 'zoomSpeedOut': 500});
	
	$("#arc a.newslinks").fancybox({'hideOnContentClick': false, 'overlayShow': true, 'cyclic': true, 'autoScale': true, 'overlayColor': '#000000', 'transitionIn': 'elastic', 'transitionOut': 'elastic', 'showNavArrows': true, 'overlayOpacity': 0.75, 'zoomSpeedIn': 500, 'zoomSpeedOut': 500});
	

	});


