#Numbers {
	
}

.Number {
	border: 2px solid #666;
	height: 100px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
	width: 100px;
}

.Number .Inner {
	background: url('../images/NumberStrip.jpg') no-repeat top left;
	height: 1000px;
	position: absolute;
	width: 100px;
}

.Number .Overlay {
	background: url('../images/Overlay.png') repeat-x top left;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 99;
}