.lbGallery { 
    /*gallery container settings*/
    background-color:#FFF;
    padding-left: 5px;  
    padding-top: 5px;  
    width: 100%;
    height: auto;
}

.lbGallery ul { 
    list-style: none; margin:0;padding:0; 
}

.lbGallery ul li { 
    display: inline;margin:0;padding:0; 
}

.lbGallery ul li a{
    text-decoration:none;
}
			
.lbGallery ul li a img {
    /*border color, width and margin for the images*/
    background-color: white;
    margin-left:5px;
    margin-right:5px;
    margin-top:5px;
    margin-bottom:5px;
    border-radius: 5px;
    transition: 0.3s;
}
			
.lbGallery ul li a:hover img {
	/*background color on hover*/
    opacity: 0.7;
	
}
			
#lightbox-container-image-box {
    border-top: 0px none #ffffff;
    border-right: 0px none #ffffff;
    border-bottom: 0px none #ffffff;
    border-left: 0px none #ffffff;
}
			
#lightbox-container-image-data-box { 
    border-top: 0px;
    border-right: 0px none #ffffff;
    border-bottom: 0px none #ffffff;
    border-left: 0px none #ffffff;
}