/* 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;
	left: -10px;
	background: url(//cdn2.bigcommerce.com/server4400/u62is8/templates/__custom/images/custom/slideshowDS.png?t=1780493856) no-repeat center bottom;
	padding: 0 0 20px 0;
}
/*
.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('../../Classic/images/Carousel-Navigation-L.png');
	left: 0px;
}
.slide-show-render.slide-show .flex-prev:hover {
	background-image: url('../../Classic/images/Carousel-Navigation-L-Hover.png');
}
.slide-show-render.slide-show .flex-next {
	background-image: url('../../Classic/images/Carousel-Navigation-R.png');
	right: 0px;
}
.slide-show-render.slide-show .flex-next:hover {
	background-image: url('../../Classic/images/Carousel-Navigation-R-Hover.png');
}
*/
.slide-show-render.slide-show .flex-control-nav.flex-control-paging {
	position: absolute;
	left: 40px;
	bottom: 57px;
	width: auto;
}
.slide-show-render.slide-show .flex-control-nav.flex-control-paging li {
	margin-left: 0px;
	margin-right: 8px;
}
.slide-show-render.slide-show .flex-control-nav.flex-control-paging li a {
	width: 18px;
	height: 17px;
	border: none;
	background-color: #032841;
}
.slide-show-render.slide-show .flex-control-nav.flex-control-paging li a.flex-active {
    background-color: #b9e0ee;
}

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

