$(document).ready(
	function(){
		$(document).ready(function() {
   $("#bkgd > ul").addClass("slideshow");
 });
		
		$('ul.slideshow').innerfade({
		speed: 900,
		timeout: 14000,
		type: 'sequence',
		containerheight: '816px'
	});

});