#clock {position: relative; width: 200px; height: 200px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; border: 0; margin: 0 auto 60px; background: url(../UserFiles/Image/images/hodiny.png) no-repeat 50% 50%; background-size: 125%;}
#clock:after {content: ""; position: absolute; width: 21px; height: 21px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background: #d1a800; top: 50%; left: 50%; transform: translate(-10px, -11px); -ms-transform: translate(-10px, -11px); -moz-transform: translate(-10px, -11px); -webkit-transform: translate(-10px, -11px); -o-transform: translate(-10px, -11px);}  
#secondi, #ore, #minuti {position: absolute; width: 200px; height: 200px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;} 
#secondi:after {content: ""; position: absolute; width: 2px; height: 105px; background: #d1a800; left: 99px; top: 15px;}
#ore:after {content: ""; position: absolute; width: 6px; height: 45px; background: #334e74; left: 95px; top: 50px;}
#minuti:after {content: ""; position: absolute; width: 6px; height: 90px; background: #334e74; left: 99px; top: 19px;}
