

*{
	margin:0;
	padding:0;

}


#team-content li{
	width:188px;
	border:solid #F3F1EF;
	border-width:0 0 0 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	padding:0;
	text-align:left;
	position:relative;
	float:left;
	display:inline;
	margin:0 9px 8px 0;
}
#team-content a:link,
#team-content a:visited {
	text-decoration:none;
}
#team-content a:hover {
	text-decoration:underline;
}
.no_hand {
cursor:pointer;
}


/*#team-content  a span{
/*\*/
	/*position:absolute;
	left:-9999px;

}*/

#team-content span{
	position:absolute;
	top:0;
	left:0;
	font-weight:normal;
	background:url(images/matrix.gif);
	padding:5px 10px 5px 5px;
	border:0 solid #F3F1EF;
	border-width:0 0 0 0;
	/*filter: alpha(opacity=100);
	-moz-opacity:.8;
		opacity:.80;*/
/**/
} 
