window.addEvent('domready', function() {
	if (document.getElementById('Panorama')) {
		document.getElementById('Panorama').style.border = '1px solid #ccc';
		myPamoorama = new pamoorama('Panorama', {width: 640, footercolor: '#fff', captioncolor: '#333', caption: 'use your mouse to move the image left and right', enableAutoscroll: false});
	}
});
