/* this file provides theme-specific styles that affect the carousel
 *
 * these changes have been placed in a separate file because they are included
 * in the control panel when the carousel is being previewed
 *
 * they cannot be included in slide-show.css because that is compiled
 * automatically from slide-show.scss */
/* fixes incorrect width created by the `slide' transition in the admin preview
 * modal */
#slide-show-preview .slide-show-render.slide-show {
  width: 980px; }

.slide-show-render.slide-show {
  position: relative; }

.slide-show-render.slide-show .flex-prev, .slide-show-render.slide-show .flex-next {
  width: 36px;
  height: 36px; }

.slide-show-render.slide-show .flex-prev {
  background-image: url("../../Munchen/images/Carousel-Navigation-L.png");
  left: 24px; }

.slide-show-render.slide-show .flex-next {
  background-image: url("../../Munchen/images/Carousel-Navigation-R.png");
  right: 24px; }

.slide-show-render.slide-show .flex-control-nav.flex-control-paging {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: auto; }

.slide-show-render.slide-show .flex-control-nav.flex-control-paging li {
  margin-left: 0px;
  margin-right: 7px; }

.slide-show-render.slide-show .flex-control-nav.flex-control-paging li a {
  width: 11px;
  height: 11px;
  border: 1px solid #1a1a1a;
  background-color: #1a1a1a; }

.slide-show-render.slide-show .flex-control-nav.flex-control-paging li a.flex-active {
  background-color: #c9c9c9; }
