.digit-counter-container
{
	display:table;
}

.digit-counter-number
{
    width:23px;
    height:45px;
    overflow:hidden;
	float:left;
}
.digit-counter-number .digit-counter-currentNo
{
    display:none;
}
.digit-counter-number .digit-counter-image
{
    background:url(./digits.png) 0 0 no-repeat;
    width:23px;
    height:2745px;
	float:left;
}
.digit-comma
{
	width:10px;
    height:35px;
	background:url(./comma.png) bottom center no-repeat;
	float:left;
}