.score {
/*	position: absolute;
	top: 40px;
	right: 0;
*/
	position:relative;
/*	top: -20px;
	left: 126px;
*/	background: transparent url(http://toucharcade.com/images/stars/score_large.png) no-repeat;
	width: 140px;
	height: 27px;
	margin: 0 0 0 0;
}

.score.s0 {	background-position: 0 0;	}
.score.s1 {	background-position: 0 -27px;	}
.score.s2 {	background-position: 0 -54px;	}
.score.s3 {	background-position: 0 -81px;	}
.score.s4 {	background-position: 0 -108px;	}
.score.s5 {	background-position: 0 -135px;	}

.vote {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(http://toucharcade.com/images/stars/score_large.png) no-repeat 0 27px;
	width: 28px;
	height: 27px;
	text-indent: -5000em;
}

.score .vote.v1 {	left: 0;}
.score .vote.v2 {	left: 27px;}
.score .vote.v3 {	left: 54px;}
.score .vote.v4 {	left: 81px;}
.score .vote.v5 {	left: 108px;}


