/*
	 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; }
#blinddate .photo	{ top: 0; left: 0; }
#evian .photo		    { top: 0; left: 120px; }
#invisiblefence .photo	{ top: 0px; left: 240px; }
#nike .photo		{ top: 0px; left: 362px; }
#satjim .photo		{ top: 0px; left: 483px; }
#shopper .photo		{ top: 100px; left: 0px; }
#zoo .photo		    { top: 100px; left: 120px; }
#mikes .photo	{ top: 100px; left: 240px; }
#titleist .photo		{ top: 100px; left: 362px; }
#trimming .photo		{ top: 100px; left: 483px; }