div.pic {
    position            :   relative;
    width               :   110px;
    height              :   110px;
    float               :   left;
    display             :   inline;
    margin-left         :   20px;
    margin-bottom       :   20px;
}

div.pic a {
    /*
    width               :   100px;
    height              :   100px;
    */
}

div.pic a img {
    border              :   5px solid #f1f1f1;
    width               :   100px;
    height              :   100px;
}

div.pic a:hover img {
    border              :   5px solid #ec9004;
}


