 /**
 * -----------------------------------------------------------------------------
 * @package     smartVISU
 * @author      Radoslav Dimov, Martin Gleiß
 * @copyright   2009
 * @license     Dual licensed under the MIT and GPL  
 * ----------------------------------------------------------------------------- 
 */
 
 
.digiclock{
    width: 100%;
    height: 100px;
    text-align: center;
}
    
#clock {
    margin: auto;
    width: 204px;
    height: 100px;
    z-index:98;
}
    
#hours, #minutes {
    width:100px;
    height:100px;
    float:left;
    position:relative;
}

#minutes {
    margin-left:2px;
}

#hours_bg, #minutes_bg {
    position:absolute;
    top:0;
    left:0;
    z-index:99;
}

#hours_bg img {
    width: 100px;
    height: 100px;
}

#minutes_bg img {
    width: 100px;
    height: 100px;
}

.first_digit {
    width:40px;
    height:100px;
    position:absolute;
    top:0;
    left:10px;
    z-index:100;
}

.second_digit {
    width:40px;
    height:100px;
    position:absolute;
    top:0;
    left:50px;
    z-index:100;
}

.line {
    width:86px;
    height:1px;
    background:#efefef;
    position:absolute;
    top:48px;
    left:7px;
    z-index:101;
    font-size:1px;
}

#am_pm {
    position:absolute;
    top:77px;
    left:70px;
    z-index:110;
}
