﻿	.WatchBox 
	{
		width: 172px;
		height: 181px;
		background-repeat: no-repeat;
		margin: 0px;
		padding: 0px;
	}

	.WatchBox .DateNo, .WatchBox .HourHand, .WatchBox .MinuteHand, .WatchBox .SecondHand
	{
		position: absolute;
	}

	.WatchBox .DateNo
	{
		width: 9px;
		height: 7px;
		right: 40px;
		top: 86px;
		background-color: Transparent;
		color: rgba(10, 10, 10, 0.9);
		font-size: 8px;
		padding:0px;
		line-height:100%
	}

	.WatchBox .DateNo span 
	{
	    /* display:none; */
		padding-left: 1px;
	}
