$(document).ready(function() {
	$('#wallpapers a').fancybox({
			"frameHeight": 500,
			"overlayOpacity": 0.8
		});
});
