div.jq_title h2{
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #dac9b4;
}
div.jq_images{
  padding: 10px;
}
a.jq_thumb{
  height: 100px;
  width: 100px;
  margin: 0px 10px 18px 15px;
  _margin: 0px 7px 18px 10px;
  float: left;
  display: block;
  cursor: pointer;
  text-decoration: none;
  border: 6px solid #c8b7a2;
  background-position: center center;
  background-repeat: no-repeat;
}
a.jq_thumb:hover{
  border: 6px solid #ffffff;
}

