/* 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: 23px;
    height: 35px;
}
.slide-show-render.slide-show .flex-prev {
    background-image: url('//cdn10.bigcommerce.com/r-a2832a4688ce29764def846020ed5b29c4ced5ef/themes/Outdoor/images/Carousel-Navigation-L.png');
    left: 0px;
}
.slide-show-render.slide-show .flex-prev:hover {
    background-image: url('//cdn10.bigcommerce.com/r-a2832a4688ce29764def846020ed5b29c4ced5ef/themes/Outdoor/images/Carousel-Navigation-L-Hover.png');
}
.slide-show-render.slide-show .flex-next {
    background-image: url('//cdn10.bigcommerce.com/r-a2832a4688ce29764def846020ed5b29c4ced5ef/themes/Outdoor/images/Carousel-Navigation-R.png');
    right: 0px;
}
.slide-show-render.slide-show .flex-next:hover {
    background-image: url('//cdn10.bigcommerce.com/r-a2832a4688ce29764def846020ed5b29c4ced5ef/themes/Outdoor/images/Carousel-Navigation-R-Hover.png');
}
.slide-show-render.slide-show .flex-control-nav.flex-control-paging {
    position: absolute;
 
    bottom: 40px;
    width: 100%;
}
.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: 15px;
    height: 15px;
    border: 0px solid rgb(26, 26, 26);
    background-color: rgba(242, 237, 235, 0.5) none repeat scroll 0 0;
}
.slide-show-render.slide-show .flex-control-nav.flex-control-paging li a.flex-active {
    background-color: #ffffff none repeat scroll 0 0;
}

h2.slide-heading {
    text-transform: uppercase;
}

