/*
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-fancybox img
{
 border: 0px solid #b2aad3;
 border-radius: 4px;
 margin: 2px;
 margin-top: 5px;
 margin-bottom: 5px;
 background-color: #b2aad3;
}

.ngg-widget img
{
 border: 2px solid #b2aad3;
 border-radius: 4px;
 margin: 8px;
 background-color: #b2aad3;
}
