// JavaScript Document

$(function() { 
	$('#thumbs').superbgimage();
	$('#thumbs').startSlideShow();
	});

// function callback on showing image
function superbgimage_show(img) { 
	$('#superbgimage').css('background', 'none'); 
	$('#footer-left').hide().html( $('#thumbs a' + "[rel='" + img + "']").attr('title') ).fadeIn('slow');
}


// function callback on clicking image, show next slide
function superbgimage_click(img) {}
