/*
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-galleryoverview {overflow: hidden;margin-top: -5px;width: 480px;clear: right;display: block !important;float: right;}.ngg-gallery-thumbnail-box {margin-left: 5px;margin-right: 0px;float: left;}ul {list-style-type: none;}.ngg-gallery-thumbnail img {background-color: #FFFFFF;/*border: 1px solid #A9A9A9;*/border: none;display: block;margin: 5px 0px 5px 5px;/*padding: 4px;*/padding: 0px;position: relative;}.ngg-gallery-thumbnail img:hover {background-color: #A9A9A9;background-color: #ffffff;}/* for tablet landscape */@media only screen and (max-width: 959px) {.ngg-galleryoverview {width: 480px;}}/* for smart- iphone */@media screen and (max-width: 766px) {.ngg-gallery-thumbnail img {width: 220px;margin: 0px 40px 10px 40px;}.ngg-galleryoverview {overflow: hidden;margin-top: 10px;width: 100%;clear: right;display: block !important;float: right;}}