#content { width: 600px; }
#content #grid { width: 600px; margin-top: 0; }
#grid ul { list-style: none; margin: 0; padding: 0; }
	#grid ul li { display: block; float: left; background: transparent; width: 75px; height: 75px; line-height: 1em;}
	#grid ul li:hover { background: #eee; opacity: .5; filter: alpha(opacity=50); }
	#grid ul li a { text-decoration: none; border: 0; 
		display: block; width: 6px; height: 7px; 
		background-image: url("../../look/link.gif"); background-repeat: no-repeat;
		background-position: top left; 
		outline: none; }
	#grid ul li a span { position: absolute; left: -999999px; }
	#grid ul li a:hover { background-position: bottom left; }