.playerstable{
	overflow:visible;
	text-align:center;
	width:695px;
	position:relative;

}

.playerstable thead tr
	{background-color:#9dc64b;
	}

.playerstable tr{
	background-color:#eaf5e1;
}
.playerstable td{
	padding:3px 7px;
}
.playername{
	text-align:left
}
.player_photo{
	display:none;
	width:200px;
	height:266px;
	position:absolute;
	z-index:250;
	margin-left:40px;
	margin-top:-20px;
}

.image_link:hover .player_photo{
	display:block;
	
}
