				<mx:Canvas>
					<mx:Image 
						x="55" y="15"
						width="400"
						source="assets/gallery/nature01.jpg" />
					<mx:Text 
						x="65" y="330" 
						width="367" height="18"
						text="photographer: Penny Martin" 
						fontWeight="bold"
						color="#F8E5BB" />
					<mx:Text 
						x="65" y="350"
						width="367" height="36"
						text="Adolescent butterfly in the summer. taken atop Mount Evans in Colorado."
						color="#F8E5BB" />
					<mx:Button
						x="65" y="400"
						fillAlphas="[1,.8]"
						fillColors="[#F8E5BB, #F8E5BB]"
						label="return to gallery" 
						click="currentState=''" />
				</mx:Canvas>

			
			