
/* --------------------------- subpage GALLERIES ---------------------------- */

  .webpage-gallery-div
  {
    background: #fffaed;
  }
  
  .webpage-gallery-item
  {
    width: 163px;
    min-height: 180px;
    ^height: 180px;
    float: left;
    background: #FFFFFF;
    margin-bottom: 0px;
    margin-top: 7px;
  }

  .webpage-clear
  {
    clear: both;
    height: 1px;
  }

  .webpage-gallery-item-1
  {
    margin-right: 5px;
  }
  
  .webpage-gallery-item-2
  {
    margin-right: 5px;
  }

  .webpage-gallery-item-3
  {
    margin-right: 0px;
  }


  .webpage-gallery-item-img-box
  {
    /*height: 200px;*/
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .webpage-gallery-item-img
  {

  }

  .webpage-gallery-item h3
  {
    margin: 0px;
    padding-right: 10px;
    text-align: right;
    font-weight: normal;
    font-size: 90%;
  }

