$(function() {

	// initialize SuperBGImage
	$('#thumbs').superbgimage().hide();

	$('#content').fadeTo('slow', 0.75);
	
});

