/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Imagely
Version: 2.13

This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/


/** Add border and drop-shadow to slideshows */
.slideshow object { border: 10px black solid; box-shadow: 10px 10px 5px red; }

.ngg-widget,.ngg-widget-slideshow {
 overflow:hidden;
 margin:0;
 padding:5px 0 0;
 text-align:left
}
.ngg-widget img {
 border:1px solid #e5e5e5;
 margin:0 3px 3px 0;
 padding:2px;
 height:auto;
 float:left
}