/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
body				{ font: 12px Helvetica, Sans-Serif; }


#page-wrap			{ width: 1000px; margin: 90px; }



.remotehover		{ position: relative; } 
a					{ text-decoration: none; color: #666; display: block; margin: 0 0 0 665px; outline: none; padding: 5px; }
a img				{ border: 0px solid #ccc; }
a:hover				{  }
a .name				{ font: 12px Verdana, Geneva, sans-serif; }
a:hover .name		{ color: #0C0; font-weight: bold; } 
a:hover img			{ border: 2px solid #0C0; margin: -1px; }
a .photo			{ display: block; position: absolute; width: 116px; height: 74px; }
#amw1 .photo		{ top: 0; left: 150px; }
#amw2 .photo		{ top: 0; left: 380px; }
