.mainCounter {
	border: 1px solid #333;
	float: right;
	height: 44px;
	line-height: 42px;
	margin-bottom: 6px;
	margin-top: 10px;
	min-width: 300px;
	text-align: left;
}
	.mainCounter span {
		float: left;
		margin: 3px 8px 3px 15px;
	}
	.mainCounter div.numbers {
		float:right;
		margin: 4px 3px;
	}
		.mainCounter div.numbers div {
			color: #fff;
			height: 36px;
			margin: 0;
			text-indent: -10000px;
			width: 32px;
			float: left;
		}
		.mainCounter div.numbers div.tile_stop {
			background: transparent url('/images/counter/tile_stop.png') scroll no-repeat top left;
		}
		.mainCounter div.numbers div.tile_0 {
			background: transparent url('/images/counter/tile_0.png') scroll no-repeat top left;
		}
		.mainCounter div.numbers div.tile_1 {
			background: transparent url('/images/counter/tile_1.png') scroll no-repeat top left;
		}
		.mainCounter div.numbers div.tile_2 {
			background: transparent url('/images/counter/tile_2.png') scroll no-repeat top left;
		}
		.mainCounter div.numbers div.tile_3 {
			background: transparent url('/images/counter/tile_3.png') scroll no-repeat top left;
		}
		.mainCounter div.numbers div.tile_4 {
			background: transparent url('/images/counter/tile_4.png') scroll no-repeat top left;
		}
		.mainCounter div.numbers div.tile_5 {
			background: transparent url('/images/counter/tile_5.png') scroll no-repeat top left;
		}
		.mainCounter div.numbers div.tile_6 {
			background: transparent url('/images/counter/tile_6.png') scroll no-repeat top left;
		}
		.mainCounter div.numbers div.tile_7 {
			background: transparent url('/images/counter/tile_7.png') scroll no-repeat top left;
		}
		.mainCounter div.numbers div.tile_8 {
			background: transparent url('/images/counter/tile_8.png') scroll no-repeat top left;
		}
		.mainCounter div.numbers div.tile_9 {
			background: transparent url('/images/counter/tile_9.png') scroll no-repeat top left;
		}

