@media screen 
{
  table.gallery { width:100%; }
  table.gallery td { text-align:center; }
  table.gallery img { border:2px /*#d8e6e8*/ #d0d0d0 solid; margin:5px; }
  ul.gallery { list-style-type:none; }
  ul.gallery li { line-height:15px; padding-left:12px; background:url('bullet-1.gif') no-repeat 0 5px; }
  ul.gallery li a { color:#646464; text-decoration:none; font-weight:normal; }
  ul.gallery li a:hover { color:#000000; }
  .gallery-image { text-align:center; }
  .gallery-title { text-align:center; margin-bottom:15px; }
}

