Event.observe(window, 'load', 
	function()
	{
		var img = $$( '#product_images ul li:first-child a' )[0].getAttribute('href');
		oTransition = new Transition( 'display_image', img );
	});


