a.photo-bubble div {
    display:none;
    position:absolute;
    text-align:center;
    padding:5px;
    background-color:#cde;
    border:1px solid black;
}

a.photo-bubble:hover div {
    display:block;
}


img.photo-bubble-icon {
    vertical-align : middle;
    text-decoration: none;
}

a.photo-bubble {
    display: table-cell;
}

img.photo-bubble-photo  {
    background-color:white;
    padding:5px;
    border:1px #ccc solid;
    margin:0px;
    margin-left:10px;
    margin-right:10px;
}

span.photo-bubble-title {
    text-decoration:none;
    font-weight:normal;
    font-family: Arial, sans-serif;
    font-size:8pt;
}


