/* ALBUM*/
.ngg-albumoverview {width: 120px;
                    height: 185px;
                    float: left;
                    margin: 5px;
                    background-color: rgb(88,88,88);
                    padding: 0px;
                    border: 1px solid rgb(218,218,218);
                    }

.ngg-album-compact {
                    text-align: center;
                    margin: 0px;
                    padding: 0px;
                    padding-top: 5px;
                    }
.ngg-album-compactbox {
                       text-align: center;
                       margin: 0px;
                       padding: 0px;
                       }
.link {text-align: center;
       margin: 0px;
       padding: 0px;
         }


.ngg-album-link {text-align: center;
                 margin: 0px;
                 padding: 0px;
                }
.Thumb {border: 1px solid rgb(218,218,218);} 

h4 a {text-decoration: none;
      color:rgb(0,32,16);
      font-weight: bold;
      display: inline; 
     } 

h4 a:hover {text-decoration: none;
      color:rgb(255,192,48);
      }  

/*GALERIE*/
.ngg-galleryoverview {width: 600px;}


.ngg-gallery-thumbnail-box {width: 120px;
                            /*height: 110px;*/
                            float: left;
                           background-color: rgb(88,88,88);
                           border: 1px solid rgb(218,218,218);
                           margin: 5px;
                           padding-top:8px;
                           padding-bottom: 5px;
                           text-align: center;
                           }

.ngg-gallery-thumbnail-box:hover {background-color: rgb(184,184,184);}


.ngg-gallery-thumbnail img {border: 1px solid rgb(218,218,218);}             
