/* CSS Document */

div.dimgw {
     width: 240px; 
     float: right;
}

div.pimg-large { padding-left: 35px; color:#00D3FF; font-size: 12px;}
div.pimg-large img { border: 8px solid #00D3FF; width: 200px;  }

/* thumbnail - 100x75 */
div.pimg-thumbs { margin-top: 6px; display: none; }
div.pimg-thumbs div.pimg { float: left; margin-right: 6px; margin-bottom: 6px; }
div.pimg-thumbs div.pimg img { border: 2px solid #d6d6d6; width: 100px; height: 75px; }


table.fm-gallery {
     width: 100%;
}

table.fm-gallery td { width: 25% }

table.fm-gallery td img {  }

table.fm-gallery td .title { font-weight: bold;  }
table.fm-gallery td .desc { }