.weatimages_folder_cell {/* cell displayed in album view and containing image thumbnail, filename, description */
 font-family: Helvetica, Arial, sans-serif;
 padding: 4px 4px 8px 4px;
 border-style: solid;
 border-color: #DDDDDD;
 text-align: center;
 vertical-align: top;
 border-width: 1px;
}
.weatimages_thumbnail_cell {/* cell displayed in album view and containing image thumbnail, filename, description */
 font-family: Helvetica, Arial, sans-serif;
 padding: 4px 4px 8px 4px;
 border-style: solid;
 border-color: #DDDDDD;
 text-align: center;
 vertical-align: top;
 border: none;
}
.weatimages_thumb_border {/* border of thumbnail */
 padding: 0px;
 border-width: 1px;
 border-style: solid;
 border-color: #999999;
 margin: 6px 6px 2px 6px;
}
.weatimages_filename {/* filename displayed under image thumbnail in album */
 font-size: 9px;
 color: #666666;
 font-weight: bold;
 text-align: center;
}
.images_mapname {/* filename displayed under image thumbnail in album */
 font-size: 9px;
 color: #666666;
 font-weight: bold;
 text-align: center;
}