div.gallery {
    overflow: hidden;
    clear: both;
    margin: 5px 0px 5px 0px;
}

div.gallery div.img {
    float: left;
    background-color: #eaeaea;
    margin: 0px 0px 2px 2px;
    padding-top: 10px;
    width: 132px;
    height: 125px;
    text-align: center;
    overflow: hidden;
}
div.gallery div.img2 {
    
    background-color: #eaeaea;
    margin: 0px 0px 2px 2px;
    padding-top: 10px;
    width: 132px;
    height: 100px;
    text-align: center;
    overflow: hidden;
}
div.gallery div.img_default {
    float: left;
    background-color: #d0d0d0;
    margin: 0px 0px 2px 2px;
    padding-top: 10px;
    width: 132px;
    height: 100px;
    text-align: center;
    overflow: hidden;
}

div.gallery .thumb {
    border: 1px solid #bababa;
    margin: 0px;
    padding: 0px;
}

div.gallery div.default img {
    border: 2px solid #888888;
}

div.gallery div.actions {
    margin-top: 0px;
    font-size: 0.9em;
    line-height: 100%;
    color: #404040;
}

div.gallery div.actions a {
    color: #404040;
    text-decoration: none;
}

div.gallery div.actions a:hover {
    color: #000000;
}

#photo { 
  text-align: center;
}

#photo img {
    border: 2px solid #d0d0d0;
    padding: 3px;
    /*max-height: 500px;*/
}

.photo_text {
  padding: 0px;
  width: 330px;
  margin: 4px auto;
  text-align: left;
}

.album_text {
  width: 360px;
  text-align: left;
  margin: 4px;
}

div.gallery div.actions .titlee {
    margin: 0px;
    margin-bottom: -8px;
    padding: 0px;
    display: block;
}

