/*
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
*/

#fancybox-outer, #fancybox-content {
border-radius:10px;
-moz-box-shadow: 0 4px 8px #444; 
-webkit-box-shadow: 0 4px 8px #444; 

}
#fancybox-title {
    display: none !important;
}