$(function()
{
	Shadowbox.init();
	$('#slideshow').cycle({fx: "fade"});
	$('#slideshow img').removeClass('hide');
});

