/* General */#containerwear {    overflow: hidden;    height: 100%;    margin: 0;    padding: 0;    position: relative;    top: 0;    z-index: 1;}.navigation-controls {    position: absolute;    bottom: 2px;    left: 5px;    text-align: center;    padding: 5px;    z-index: 1002;}/* Picture slides */.picture-slides-disabled {    color: #eee;}/*.picture-slides-container {*//*	margin-bottom: 2em;*//*}*/.picture-slides-container {    height: 100%;}.picture-slides-fade-container {    height: 100%;}.picture-slides-dimmed-background .navigation-controls {    -moz-border-radius: 0 0 5px 5px;    -webkit-border-radius: 0 0 5px 5px;}.picture-slides-dimmed-background .picture-slides-image-text {    -moz-border-radius: 5px 5px 0 0;    -webkit-border-radius: 5px 5px 0 0;}.picture-slides-fade-container {    position: relative;    overflow: hidden;    z-index: 1001;}.picture-slides-fade-container a {    display: block;    height: 100%;    text-align: center;}.picture-slides-fade-container a img {    height: 100%;    width: 100%;    object-fit: cover;}.picture-slides-image-load-fail {    display: none;}.picture-slides-image-text {    position: relative;    background: #fff;    text-align: center;    padding: 5px 0 10px;    z-index: 1001;}.picture-slides-previous-image,.picture-slides-next-image,.picture-slides-start-slideshow,.picture-slides-stop-slideshow {    display: none;}.picture-slides-previous-image,.picture-slides-next-image,.picture-slides-start-slideshow,.picture-slides-stop-slideshow {    cursor: pointer;}.picture-slides-thumbnails {    list-style: none;    margin-top: 1em;    overflow: hidden;}.picture-slides-thumbnails li {    float: left;    width: 100px;    margin: 0 10px 5px 0;}.picture-slides-thumbnails li img {    width: 100px;}.picture-slides-thumbnails a {    outline: none;}.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {    width: 92px;    padding: 2px;    background: #ea9d80;    border: 1px solid #000;    -moz-border-radius: 5px;    -webkit-border-radius: 5px;}.picture-slides-dim-overlay {}