@font-face {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: normal;
    font-style: normal;
}

.clock {
width:310px; 
margin:0 auto; 
}

#Date {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:15px; 
text-align:center; 
font-weight:bold;
text-shadow:0px 2px 1px rgba(150, 150, 150, 1);
}

.panel_clock_text ul { 
width:220px; 
margin:0 auto; 
padding:0px; 
list-style:none; 
text-align:center; 
}

.panel_clock_text ul li { 
display:inline; 
font-size:26px; 
text-align:center; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
text-shadow:0px 2px 1px rgba(150, 150, 150, 1);
}

#point { 
position:relative; 
-moz-animation:mymove 1s ease infinite; 
-webkit-animation:mymove 1s ease infinite; 
padding-left:10px; 
padding-right:3px; 
}

@-webkit-keyframes mymove 
{
0% {opacity:1.0;}
50% {opacity:0;}
100% {opacity:1.0; }	
}


@-moz-keyframes mymove 
{
0% {opacity:1.0;}
50% {opacity:0;}
100% {opacity:1.0;}	
}