/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Photocrati Media
Version: 2.12

This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/

/* Thumbnails */
.ngg-gallery-thumbnail img, .ngg-thumbnail img {
background: none !important;
/*border: none !important;*/
border: 1px solid rgb(240,240,240);
padding: 0px;
 opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.ngg-gallery-thumbnail img:hover, .ngg-thumbnail img:hover{
opacity:0.4;
}