﻿	.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: 11px;
		height: 8px;
		right: 50px;
		top: 87px;
		background-color: #EEEEEE;
		color: #424242;
		font-size: 7px;
		padding:0px;
		line-height:100%;
	    display:none;
	}

	.WatchBox .DateNo span 
	{
	    display:none;
		padding-left: 1px;
	}
