// JavaScript Document

$(function() {

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

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