$(document).ready(function() {


	$.fn.superbgimage.options = {
		
		speed: 'slow'
		};
	// initialize SuperBGImage
	$('#thumbs').superbgimage().hide();


	
});

