.container {
	width: 178px;
	height:52px;
	margin: 0 auto;
	overflow: hidden;
}

.clock {width:178px; height:52px; margin:0 auto; padding:0px; color:#fff; font:bold 12px Arial, Helvetica, sans-serif;}

#Date { font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; font-size:9px; text-align:center; text-shadow:0 0 5px #00c6ff; }

span ul { width:178px; margin:0 auto; padding:0px; list-style:none; text-align:center; }
span ul li { display:inline; font-size:25px; text-align:center; font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; text-shadow:0 0 5px #00c6ff; }

#point { position:relative; -moz-animation:mymove 1s ease infinite; -webkit-animation:mymove 1s ease infinite; }
@-webkit-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }	


@-moz-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }
