$(function() {

	// initialize SuperBGImage
	$('#thumbs').bg().hide();

	$('#content').fadeTo('slow', 0.8);
	
});

