﻿/* ------------- faces --------- */
.playerFace  	
{
    float:left;	
	margin-left:0px;
	position:relative;
}
.eyes {	position:  absolute; left: 21px; top: 56px; }
.eyebrow { position: absolute; left: 21px; top: 50px; }
.mouth { position: absolute; left: 24px; top: 86px; }
.nose { position: absolute; left: 35px; top: 71px; }
.hair { position: absolute; left: 7px; top: 7px; }
.star { position: absolute; right: -3px; bottom: -10px; }
.face { position: absolute; left: 6px; top: 7px; }
.backing {position: absolute; left:0px; top: 0px; }
.playerNumber { position: relative; }
.playerNumber img.tens { position: absolute; left: 0px; top: 0px; }
.playerNumber img.units { position: absolute; left: 0px; top: 0px; }
.playerNumber img.single { position: absolute; left: 0px; top: 0px; }
.number1 {
	float:left;
	position:relative;
	top:85px;
	left:-120px;
	height:49px;
	width:48px;
	text-align:center;
}
