#clock_loader {
    background: url("../images/tlo_albert_riele_opera.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 158px;
    left: 0;
    top: 0;
    width: 238px;
}
#clock_main {
    height: 100px;
    padding: 0 0 30px;
    width: 100px;
}
#flash_center {
    margin: 0 auto;
    width: 100px;
}
.clockFrame {
}
.dialContainer {
    margin: 0 auto;
    width: 100px;
}
.dial {
    background: url("../images/dial.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 100px;
}
.clockHand {
    transform-origin: 29% center 0;
	-webkit-transform-origin: 29% center;
}
.secondsHand {
    animation: 60s steps(60, end) 0s normal none infinite secondsHandRotation;
    background: url("../images/seconds.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 10px;
    left: 31px;
    position: absolute;
    top: 44px;
    transform: rotate(186deg);
    width: 53px;
    z-index: 4;
}
.minutesHand {
    animation: 3600s linear 0s normal none infinite minutesHandRotation;
    background: url("../images/minutes.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 10px;
    left: 31px;
    position: absolute;
    top: 44px;
    transform: rotate(160.6deg);
    width: 53px;
    z-index: 3;
}
.hoursHand {
    animation: 43200s linear 0s normal none infinite hoursHandRotation;
    background: url("../images/hours.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 10px;
    left: 31px;
    position: absolute;
    top: 44px;
    transform: rotate(-9.5deg);
    width: 53px;
    z-index: 2;
}
@-moz-keyframes secondsHandRotation {
100% {
    transform: rotate(546deg);
}
}
@-moz-keyframes minutesHandRotation {
100% {
    transform: rotate(520.6deg);
}
}
@-moz-keyframes hoursHandRotation {
100% {
    transform: rotate(350.5deg);
}
}
.clockMarkings {
    height: 296px;
    left: 2px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -48px;
    width: 296px;
}
.clockMarkings li {
    border-top: 64px solid #8D8D8D;
    height: 84px;
    left: 97px;
    position: absolute;
    text-align: center;
    transform-origin: center bottom 0;
    width: 2px;
}
.clockMarkings li:nth-child(1) {
    transform: rotate(6deg);
}
.clockMarkings li:nth-child(2) {
    transform: rotate(12deg);
}
.clockMarkings li:nth-child(3) {
    transform: rotate(18deg);
}
.clockMarkings li:nth-child(4) {
    transform: rotate(24deg);
}
.clockMarkings li:nth-child(5) {
    transform: rotate(36deg);
}
.clockMarkings li:nth-child(6) {
    transform: rotate(42deg);
}
.clockMarkings li:nth-child(7) {
    transform: rotate(48deg);
}
.clockMarkings li:nth-child(8) {
    transform: rotate(54deg);
}
.clockMarkings li:nth-child(9) {
    transform: rotate(66deg);
}
.clockMarkings li:nth-child(10) {
    transform: rotate(72deg);
}
.clockMarkings li:nth-child(11) {
    transform: rotate(78deg);
}
.clockMarkings li:nth-child(12) {
    transform: rotate(84deg);
}
.clockMarkings li:nth-child(13) {
    transform: rotate(96deg);
}
.clockMarkings li:nth-child(14) {
    transform: rotate(102deg);
}
.clockMarkings li:nth-child(15) {
    transform: rotate(108deg);
}
.clockMarkings li:nth-child(16) {
    transform: rotate(114deg);
}
.clockMarkings li:nth-child(17) {
    transform: rotate(126deg);
}
.clockMarkings li:nth-child(18) {
    transform: rotate(132deg);
}
.clockMarkings li:nth-child(19) {
    transform: rotate(138deg);
}
.clockMarkings li:nth-child(20) {
    transform: rotate(144deg);
}
.clockMarkings li:nth-child(21) {
    transform: rotate(156deg);
}
.clockMarkings li:nth-child(22) {
    transform: rotate(162deg);
}
.clockMarkings li:nth-child(23) {
    transform: rotate(168deg);
}
.clockMarkings li:nth-child(24) {
    transform: rotate(174deg);
}
.clockMarkings li:nth-child(25) {
    transform: rotate(-6deg);
}
.clockMarkings li:nth-child(26) {
    transform: rotate(-12deg);
}
.clockMarkings li:nth-child(27) {
    transform: rotate(-18deg);
}
.clockMarkings li:nth-child(28) {
    transform: rotate(-24deg);
}
.clockMarkings li:nth-child(29) {
    transform: rotate(-36deg);
}
.clockMarkings li:nth-child(30) {
    transform: rotate(-42deg);
}
.clockMarkings li:nth-child(31) {
    transform: rotate(-48deg);
}
.clockMarkings li:nth-child(32) {
    transform: rotate(-54deg);
}
.clockMarkings li:nth-child(33) {
    transform: rotate(-66deg);
}
.clockMarkings li:nth-child(34) {
    transform: rotate(-72deg);
}
.clockMarkings li:nth-child(35) {
    transform: rotate(-78deg);
}
.clockMarkings li:nth-child(36) {
    transform: rotate(-84deg);
}
.clockMarkings li:nth-child(37) {
    transform: rotate(-96deg);
}
.clockMarkings li:nth-child(38) {
    transform: rotate(-102deg);
}
.clockMarkings li:nth-child(39) {
    transform: rotate(-108deg);
}
.clockMarkings li:nth-child(40) {
    transform: rotate(-114deg);
}
.clockMarkings li:nth-child(41) {
    transform: rotate(-126deg);
}
.clockMarkings li:nth-child(42) {
    transform: rotate(-132deg);
}
.clockMarkings li:nth-child(43) {
    transform: rotate(-138deg);
}
.clockMarkings li:nth-child(44) {
    transform: rotate(-144deg);
}
.clockMarkings li:nth-child(45) {
    transform: rotate(-156deg);
}
.clockMarkings li:nth-child(46) {
    transform: rotate(-162deg);
}
.clockMarkings li:nth-child(47) {
    transform: rotate(-168deg);
}
.clockMarkings li:nth-child(48) {
    transform: rotate(-174deg);
}
.clockDigits {
    height: 296px;
    left: 2px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -48px;
    width: 296px;
}
.clockDigits li {
    border-top: 84px solid #000000;
    height: 64px;
    left: 96px;
    position: absolute;
    text-align: center;
    transform-origin: center bottom 0;
    width: 4px;
}
.clockDigits li:nth-child(1) {
    transform: rotate(0deg);
}
.clockDigits li:nth-child(2) {
    transform: rotate(30deg);
}
.clockDigits li:nth-child(3) {
    transform: rotate(60deg);
}
.clockDigits li:nth-child(4) {
    transform: rotate(90deg);
}
.clockDigits li:nth-child(5) {
    transform: rotate(120deg);
}
.clockDigits li:nth-child(6) {
    transform: rotate(150deg);
}
.clockDigits li:nth-child(7) {
    transform: rotate(180deg);
}
.clockDigits li:nth-child(8) {
    transform: rotate(210deg);
}
.clockDigits li:nth-child(9) {
    transform: rotate(240deg);
}
.clockDigits li:nth-child(10) {
}
.clockDigits li:nth-child(11) {
    transform: rotate(300deg);
}
.clockDigits li:nth-child(12) {
    transform: rotate(330deg);
}
.romanNumeralTwelve {
    display: table-cell;
    font-size: 10px;
    height: 138px;
    left: 90px;
    position: absolute;
    text-align: center;
    top: 22px;
    vertical-align: middle;
    width: 20px;
}
