
.number .top{
	position: absolute;
	top: 4px;
	left: 5px;
	width: 92px; 
	height: 59px; 
	overflow: hidden;
}

.number .bottom{
	position: absolute;
	width: 92px; 
	height: 59px; 
	bottom: 8px;
	left:5px;
	overflow: hidden;
}

.number ul{
}
.number li {
	position: absolute;
	margin: 0px 0px 0px 0px;
	display: block;
	width: 92px; 
	height: 59px; 
}

/* block */
.countBlock {
	margin: 0px 0px 0px 0px;
	float: left;
}


.points {
    float: left;
    margin: 50px 0 0 4px; }
