jQuery(document).ready(function() {
	jQuery(document).ready(function() {
		jQuery('#pamoorama').fadeIn(1500);
	});
	jQuery('.fade').hover(function() {
		jQuery(this).fadeTo('fast', 0.5);
	},function() {
		jQuery(this).fadeTo('fast', 1.0);
	});
});
