$(document).ready(function() { 
	$("a#platform-screenshot-link").fancybox({ 'hideOnContentClick': true, 'overlayShow': true }); 
}); 

$(document).ready(function() { 
	$("a.product-screenshot-link").fancybox({ 'hideOnContentClick': true, 'overlayShow': true }); 
}); 