#dPrg { 
        position: absolute;
        top: 300px;
        left: 400px;
        border: 1px solid #bbb;
        display: none;
        font: 12px Verdana;
        font-weight: bold;
        padding: 10px;
        background-color: #fff;
        color: #000;
    }
    
    
    /*.thmb:active img,*/
    
    .thmb img {
        border: 1px solid #ccc;
        padding:1px;
    }
    
    .thmb:hover img {
        border: 1px solid #aaa;
    }

    .thmb:hover{
        color: # aaa; /* Dummy definition to overcome IE bug */
    }