<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

Skin Name: MC01 (Default)
Author: Beef ("I just tweaked it a bit.")

- Based on the following: -

Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.slider-wrapper {background: white;} /* fallback for IE7 which fails to render slider-control-nav and leaves a blank space without this background color */

.theme-mc01 .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
	margin-bottom: 0px;
}
.theme-mc01 .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-mc01 .nivoSlider a {
	border:0;
	display:block;
}

.theme-mc01 .nivo-controlNav {
	text-align: center;
	padding: 10px 0;
	opacity: 0.15;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	
}

        .theme-mc01:hover .nivo-controlNav {opacity: 1;}

.theme-mc01 .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) left 2px no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-mc01 .nivo-controlNav a.active {
	background-position:0 -20px;
}

.theme-mc01 .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/jmc-assets/nivo-slider-skins/arrows.png) left -60px no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-mc01:hover .nivo-directionNav a { opacity: 0.5; }
.theme-mc01 a.nivo-nextNav {
	background-position:right -60px;
	right:15px;
}
.theme-mc01 a.nivo-prevNav {
	left:15px;
}

    .theme-mc01 .nivo-directionNav a:hover {opacity: 1;}

.theme-mc01 .nivo-caption {}
.theme-mc01 .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-mc01 .nivo-caption a:hover {
    color:#fff;
}

.theme-mc01 .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-mc01 .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-mc01 .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}</pre></body></html>