$(document).ready(function() {
	$('#thumbs table a img').height($(window).height());
	$("#thumbs a").fancybox();
});
