/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe
Version: 2.11
*//* ----------- Gallery style -------------*/.ngg-galleryoverview{overflow:hidden;width:100%;clear:both;display:block!important}.ngg-galleryoverview .desc{/* required for description */margin:0 10px 10px 0;padding:5px}.ngg-gallery-thumbnail-box{float:left}.ngg-gallery-thumbnail{float:left;margin-right:5px;text-align:center}.ngg-gallery-thumbnail img{background-color:#fff;border:1px solid #ef558a;display:block;margin:4px 0 4px 5px;padding:4px;position:relative}.ngg-gallery-thumbnail img:hover{background-color:#f9bcc5}.ngg-gallery-thumbnail span{/* Images description */font-size:90%;padding-left:5px;display:block}.ngg-clear{clear:both}