/*
Theme Name:     Canvas
Description:    Tina\'s theme. Child of old, no-longer available \"The Last Fall\" theme.
CSS sheet addresses NEXT GEN shadow styling customization
Author:         Tom Dennesen
Template:       the-last-fall

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../the-last-fall/style.css");

#page 	.ngg-slideshow {
  clear: none;
}

.ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img {
/*  margin: -6px 6px 6px -6px;  */  
  margin: 0px 0px 0px 0px;
  background-color: #3C372D;
  border: 1px solid #3C372D;
  display: block;
  padding: 4px;
  position: relative;
}

body #gallery-1 img {
    border: 2px solid #3c372d;
}

/* 8.10.2018 - browser caching! */
.ngg-gallery-thumbnail {
    text-align: center;
    max-width: 100%!important;
    background-color: #3c372d !important;
    border: 1px solid #222222 !important;
    margin-right: 5px;
    margin: 5px;
}

.ngg-gallery-thumbnail img:hover {
    background-color: #bebe96 !important;
}