﻿$(document).ready( function(){
		
    $('ul#animated-panorama').animatedinnerfade({
	speed: 1000,
	timeout: 15000,
	type: 'sequence',
	containerheight: '300px',
	containerwidth: '924px',
	animationSpeed: 15000,
	animationtype: 'fade',
	bgFrame: 'none',
	controlBox: 'none',
	displayTitle: 'yes'
	});
	$("body").removeAttr("style");

	$(window).load(function() {
		$("body").show();
		$("#mainframe-shadow").removeAttr("style");

	});

	
	
} ); 
