	/* General Styles */
		#picture *{ padding:0px; margin:0px; }
		#picture *, #picture *:before, #picture *:after {
			box-sizing:content-box;
		}
		#picture img{ border: none; }
		#picture p{padding:0px 3px 0px 3px;}
		#picture a:focus, a:active{ outline:none; }
		#picture { text-align:center; }
		#picture h1{ font:bold 18px; color:#111; margin:20px 0 0 0; }
		
		/* Picture Styles */
		#picture{ position:relative; top:20px; width:500px; height:600px; margin:0px auto; overflow:hidden;border-color:#999; border-style:solid; border-width:4px }
			
			/* General More Button */		
			#picture .more{ position:absolute; width:25px; height:25px; background:url('../img/interactive_martin/dim.png'); border:1px solid #444; padding:2px; text-align:left; overflow:hidden; }
			
			#picture .more span{ position:absolute; left:25px; width:160px; padding:5px 0 0 5px; color:#FFF; font:bold 13px Lucida Grande, Arial, sans-serif; text-shadow:#000 1px 1px 0px; }
			
			/* Item Specific More Button */
			#picture #edge{ top:250px; left:75px;}
			#picture #support{ top:340px; left:170px; }
			#picture #tail{ top:400px; left:300px; }
			#picture #chute{ top:85px; left:170px; }
			#picture #hatch{ top:40px; left:320px; }
			#picture #flow{ top:30px; left:220px; }
			
			/* General Info Box */
			#picture #infobox{ position:absolute; bottom:-600px; left: 250px; height:400px; width:300px; z-index:20; margin:0 0 -100px -150px; background:#FFF; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
				#picture #infobox a, #infobox a:visited{ font:italic 16px Georgia, serif; color:#555; text-decoration:none; }
				#picture #infobox a:hover{ text-decoration:underline; }
				#picture #infobox img {margin-left:auto; margin-right:auto; border:groove}
				
				/* Close button for info box */
				#picture span.close{position:absolute; right:5px; top:5px; border:none;}
			
			/* The dimmed background when the info box is showing */	
			#picture #fade_bg{ position:absolute; z-index:15; width:100%; height:100%; background:url('../img/interactive_martin/dim.png'); display:none;}
			
			
			@media (max-width: 400px) { display:none }