/**************** if IE less then 7 fixes ****************/
h4.gallery {
  padding-top:0.4em;
  letter-spacing:1px;
  text-align:center;
  border-top: #ebebeb 2px solid;
  }
#gallery {             /* base */
  width:100%;height:460px;padding:0;margin:0;
  }
.lft_ph, .rgt_ph {float:left;margin:0;padding:0;}
.lft_ph {
  width:498px;height:448px;
  border:2px solid #ddd;text-align:center;
  }
.lft_ph #photo {    /* photo */
  width:auto;height:auto;
  margin:10px auto;padding:0;
  }
.lft_ph p {         /* txt */
  margin:0;padding:5px 10px;
  font-size:.8em;line-height:1em;
  }
.rgt_ph {padding:0 0 0 5px;}
#thumbs {
  overflow:auto;
  width:190px;height:374px;
  margin:0;padding:5px;
  background-color:#eee;
  border:1px solid #d0d0d0;
  }
#thumbs span {
  float:left;line-height:1px;font-size:1px;
  }
#thumbs img {
  margin:0 2px 3px 0;padding:0;
  background-color:#fff;
  border:2px solid white;
  }
#thumbs img.act {
  border:2px dashed #ccc;
  }
#thumbs a img {
  outline:0;
  }
#cpy {            /* copyright */
  width:200px;height:45px;margin:5px 0 0 0;padding:7px 0;
  background-color:#e0e0e0;border:1px solid #ccc;
  line-height:20px;text-align:center;
  font-size:.9em;font-weight:bold;
  }

