.clock {
	width: 220px;
	margin: 0 auto;
	padding: 10px;
	color: #FFF;background:#636461;
	min-height : 110px;
}
.clock ul {
	width: 200px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center-left; 
	margin-left:30px;
}

.clock ul li {
	display: inline;
	font-size: 20px;
	text-align: center;
	font-family: "Arial", Helvetica, sans-serif;
	text-shadow: 0 2px 5px #55c6ff, 0 3px 6px #55c6ff, 0 4px 7px #55c6ff
}
#Date {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 2px 5px #55c6ff, 0 3px 6px #55c6ff;
	padding : 10px 0 15px;
}

#point {
	position: relative;
		-moz-animation: mymove 1s ease infinite;
		-webkit-animation: mymove 1s ease infinite;
	padding-left: 0px;
	padding-right: 0px
}

/* Animasi Detik Kedap - Kedip */
@-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; }
}