div.h_thumb {
    border:1px dotted #ddd;
    padding: 4px;
    padding: 5px;
    margin:5px;
    width:120px;
    height: 125px;
    min-height: 125px;
    text-align:center;
    float:left;
    font-size: 10px;
}

div.h_thumb a{
    font-size: 10px;
}

div.h_thumb a:link, div.h_thumb a:visited {
    color: #2B6D9F;
}


div.h_thumb a:hover, div.h_thumb a:active {
  color: #900;
}

div.h_thumb a:hover, div.big_pic a:hover {
  text-decoration: none;
}

div.v_thumb a{
    font-size: 10px;
}

div.v_thumb a:link, div.h_thumb a:visited {
    color: #2B6D9F;
}


div.v_thumb a:hover, div.h_thumb a:active {
  color: #900;
}

div.h_thumb_img {
    width:100%;
    text-align:center;
}

div.h_thumb_caption {
    width:100%;
    text-align:center;
}

div.v_thumb {
    border:1px dotted gray;
    padding:4px;
    margin:10px;
    width:110px;
    text-align:center;
    float:left;
    font-size: 10px;
}

div.v_thumb_img {
    width:100%;
    text-align:center;
}

div.v_thumb_caption {
    width:100%;
    text-align:center;
}

span.very_small {
  font-size: 10px;
}

p#gallery_caption {
  font-weight:bold;
  font-size:14px;
}

p#gallery_hor_caption {
  font-weight:bold;
  font-size:14px;
  text-align: center;
}

p#gallery_vert_caption {
  font-weight:bold;
  font-size:12px;
/*  text-align: center;*/
}

p#gallery_image_caption {
  font-weight:bold;
  font-size:14px;
  text-align: center;
}

div#gallery_image {
  text-align: center;
}

div#prevnext {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

div.comment {
  text-align: left;
  border: 1px solid #ddd;
  margin: 10px;
  padding: 5px;
  font-size: 12px;
  width: 80%;
}

div.nocomment {
  color: #CC3333;
  width: 70%;
  background-color: #ffd;
  margin: 3px auto 3px auto;
  padding: 3px 0px 3px 0px;
  border: 1px dotted #ddd;
  text-align: center;
}

div.comment table {
  text-align: left;
}

div.comment textarea, div.comment input {
  width: 95%;
}


div.pic_text {
  font-size: 14px;
  font-style: italic;
  padding: 5px 0px 5px 0px;
  margin: 5px auto 10px auto;
  width: 80%;
/*  border: 1px solid red;  */
}

span.red {
  color: red;
}

span.definition {
  font-size: 10px;
}

