window.addEvent('domready', function(){	
	var el = $('img01'),
		color = el.getStyle('backgroundColor');
	var el2 = $('d01'),
		color = el2.getStyle('backgroundColor');
	var el3 = $('arq01'),
		color = el3.getStyle('backgroundColor');	
		
		
	// We are setting the opacity of the element to 0.5 and adding two events
	$('gallyd').set('opacity', 0.5);
	
	$('img01').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/anim/anim01.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('img01').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('img01').morph({
				'opacity': 0.5,
			});
		},
		
	});
	
//	-------------------------------------------------------------------------------------

	$('img02').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)			
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/anim/anim02.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('img02').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('img02').morph({
				'opacity': 0.5,
			});
		},
		
	});
	
//	-------------------------------------------------------------------------------------


	$('img03').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/anim/anim03.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('img03').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('img03').morph({
				'opacity': 0.5,
			});
		},
		
	});
	
//	-------------------------------------------------------------------------------------


	$('img04').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/anim/anim04.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('img04').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('img04').morph({
				'opacity': 0.5,
			});
		},
		
	});
	
	//	-------------------------------------------------------------------------------------


	$('img05').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/anim/anim05.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('img05').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('img05').morph({
				'opacity': 0.5,
			});
		},
		
	});
	
	//	-------------------------------------------------------------------------------------


	$('img06').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/anim/anim06.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('img06').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('img06').morph({
				'opacity': 0.5,
			});
		},
		
	});
	
	//	-------------------------------------------------------------------------------------


	$('img07').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/anim/anim07.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('img07').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('img07').morph({
				'opacity': 0.5,
			});
		},
		
	});
	
		//	-------------------------------------------------------------------------------------


	$('img08').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/anim/anim08.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('img08').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('img08').morph({
				'opacity': 0.5,
			});
		},
		
	});
	
		//	-------------------------------------------------------------------------------------


	$('img09').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/anim/anim09.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('img09').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('img09').morph({
				'opacity': 0.5,
			});
		},
		
	});
	
		//	-------------------------------------------------------------------------------------


	$('img10').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/anim/anim10.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('img10').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('img10').morph({
				'opacity': 0.5,
			});
		},
		
	});
		//	-------------------------------------------------------------------------------------


	$('img11').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/anim/anim11.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('img11').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('img11').morph({
				'opacity': 0.5,
			});
		},
		
	});
	
		//	-------------------------------------------------------------------------------------


	$('img12').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/anim/anim12.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('img12').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('img12').morph({
				'opacity': 0.5,
			});
		},
		
	});

///////////////	-------------------------------------------------------------------------------------

	$('d01').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/2d/2d01.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('d01').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('d01').morph({
				'opacity': 0.5,
			});
		},
		
	});
	
//	-------------------------------------------------------------------------------------

	$('d02').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/2d/2d02.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('d02').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('d02').morph({
				'opacity': 0.5,
			});
		},
		
	});
	
	//	-------------------------------------------------------------------------------------

	$('d03').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/2d/2d03.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('d03').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('d03').morph({
				'opacity': 0.5,
			});
		},
		
	});
	
	//	-------------------------------------------------------------------------------------

	$('d04').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/2d/2d04.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('d04').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('d04').morph({
				'opacity': 0.5,
			});
		},
		
	});
	
	//	-------------------------------------------------------------------------------------

	$('d05').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/2d/2d05.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('d05').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('d05').morph({
				'opacity': 0.5,
			});
		},
		
	});
	
	//	-------------------------------------------------------------------------------------

	$('d06').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/2d/2d06.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('d06').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('d06').morph({
				'opacity': 0.5,
			});
		},
		
	});
	
	//	-------------------------------------------------------------------------------------

	$('d07').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/2d/2d07.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('d07').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('d07').morph({
				'opacity': 0.5,
			});
		},
		
	});
	
//	-------------------------------------------------------------------------------------

	$('d08').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/2d/2d08.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('d08').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('d08').morph({
				'opacity': 0.5,
			});
		},
		
	});	

//	-------------------------------------------------------------------------------------

	$('d09').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/2d/2d09.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('d09').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('d09').morph({
				'opacity': 0.5,
			});
		},
		
	});	
	
//	-------------------------------------------------------------------------------------

	$('d10').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/2d/2d10.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('d10').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('d10').morph({
				'opacity': 0.5,
			});
		},
		
	});	
	
//	-------------------------------------------------------------------------------------

	$('d11').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/2d/2d11.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('d11').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('d11').morph({
				'opacity': 0.5,
			});
		},
		
	});		

//	-------------------------------------------------------------------------------------

	$('d12').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/2d/2d12.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('d12').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('d12').morph({
				'opacity': 0.5,
			});
		},
		
	});		

//	-------------------------------------------------------------------------------------

	$('d13').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/2d/2d13.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('d13').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('d13').morph({
				'opacity': 0.5,
			});
		},
		
	});		

//	-------------------------------------------------------------------------------------

	$('d14').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/2d/2d14.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('d14').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('d14').morph({
				'opacity': 0.5,
			});
		},
		
	});	
	
//	-------------------------------------------------------------------------------------

	$('d15').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/2d/2d15.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('d15').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('d15').morph({
				'opacity': 0.5,
			});
		},
		
	});
	
//	-------------------------------------------------------------------------------------

	$('d16').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/2d/2d16.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('d16').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('d16').morph({
				'opacity': 0.5,
			});
		},
		
	});			

///////////////	-------------------------------------------------------------------------------------

	$('arq01').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/arq/arq01.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('arq01').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('arq01').morph({
				'opacity': 0.5,
			});
		},
		
	});
	
//	-------------------------------------------------------------------------------------

$('arq02').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/arq/arq02.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('arq02').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('arq02').morph({
				'opacity': 0.5,
			});
		},
		
	});

//	-------------------------------------------------------------------------------------

$('arq03').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/arq/arq03.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('arq03').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('arq03').morph({
				'opacity': 0.5,
			});
		},
		
	});

//	-------------------------------------------------------------------------------------

$('arq04').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/arq/arq04.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('arq04').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('arq04').morph({
				'opacity': 0.5,
			});
		},
		
	});

//	-------------------------------------------------------------------------------------

$('arq05').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/arq/arq05.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('arq05').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('arq05').morph({
				'opacity': 0.5,
			});
		},
		
	});

//	-------------------------------------------------------------------------------------

$('arq06').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/arq/arq06.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('arq06').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('arq06').morph({
				'opacity': 0.5,
			});
		},
		
	});

//	-------------------------------------------------------------------------------------

$('arq07').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/arq/arq07.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('arq07').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('arq07').morph({
				'opacity': 0.5,
			});
		},
		
	});

//	-------------------------------------------------------------------------------------

$('arq08').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/arq/arq08.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('arq08').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('arq08').morph({
				'opacity': 0.5,
			});
		},
		
	});

//	-------------------------------------------------------------------------------------

$('arq09').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/arq/arq09.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('arq09').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('arq09').morph({
				'opacity': 0.5,
			});
		},
		
	});

//	-------------------------------------------------------------------------------------

$('arq10').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/arq/arq10.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('arq10').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('arq10').morph({
				'opacity': 0.5,
			});
		},
		
	});

//	-------------------------------------------------------------------------------------

$('arq11').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/arq/arq11.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('arq11').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('arq11').morph({
				'opacity': 0.5,
			});
		},
		
	});

//	-------------------------------------------------------------------------------------

$('arq12').set('opacity', 0.5).addEvents({
		mousedown: function(){
			// This morphes the opacity and backgroundColor
			$('gallyd').set('opacity', 0.01)						
			$('gallyd').morph({
				'opacity': 1,
				'background-image':'url(gal/arq/arq12.png)'

			});
		},
		mouseenter: function(){
			// This morphes the opacity and backgroundColor
			$('arq12').morph({
				'opacity': 1,
			});
		},
		mouseleave: function(){
			// This morphes the opacity and backgroundColor
			$('arq12').morph({
				'opacity': 0.5,
			});
		},
		
	});

});