.lb_countdown { width: 927px; height: 208px; margin: 0 auto; padding: 105px 0 0 30px; background: url(img/numbers/block_navidad_bg.png) no-repeat 0 0; }

.number {
	background-image: url('img/numbers/number_bk.png');
	background-repeat: no-repeat;
	margin: 20px;
	width: 104px; 
	height: 130px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0px 0px 0px 2px;
}


.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; }
