/*
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



*/

.ngg-gallery-captionborder-box { 

display: inline-block;

position: relative; 
background-color: #D1CCB8;
border-radius: 6px;


font-size: 14px;
font-style: italic;
text-align: center;


vertical-align: top;
margin-bottom: 20px;


}



.ngg-gallery-captionborder { 


border-style: solid;
border-color: grey;
border-width: 5px;
border-radius: 5px;
text-align: center;

padding-top: 10px;

} 




