/*CSS Name: Default StylesDescription: NextGEN Default Gallery StylesheetAuthor: Photocrati MediaVersion: 2.12This stylesheet is provided to allow users the ability of overriding the default styles for all display types*/

.ngg-galleryoverview {    
/*overflow: hidden;*/    
margin-top: .875em; width: 100%;    
clear: both;    
display: block !important;
}
.ngg-gallery-thumbnail-box {	
float: left;	
width: 16.666666666%;        
margin-right:0px;
overflow: hidden;
}
.ngg-gallery-thumbnail img {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
-o-box-sizing:      border-box;
box-sizing:         border-box;
background-color:#FFFFFF;
border:1px solid #A9A9A9;
display:block;
margin:auto;
padding:4px;
position:relative;
width:100%;
height:auto;
}