/*
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
*/

/* Overrides of things inside nivo-slider.css */
.theme-ksu .nivo-directionNav a {
	top:40%;    /* Defaults to 45% */
}


.theme-ksu {
   position: relative;
}

.theme-ksu .nivoSlider {
	position:relative;
	background-color: #fff;
}
.theme-ksu .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-ksu .nivoSlider a {
	border:0;
	display:block;
}

.theme-ksu .nivo-controlNav {
	padding: 5px 0;
	position: absolute;
	bottom: 0;
	z-index: 20;
}
.theme-ksu .nivo-controlNav a {
	display:inline-block;
	width:20px;
	height:20px;
	background:url(https://www.k-state.edu/ksu-resources/nivo-slider/3.2/themes/ksu/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-ksu .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-ksu .nivo-directionNav a {
	display:block;
	width:32px;
	height:67px;
	background:url(https://www.k-state.edu/ksu-resources/nivo-slider/3.2/themes/ksu/overlap-arrows.png) 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-ksu:hover .nivo-directionNav a,
.theme-ksu:focus-within .nivo-directionNav a {
	opacity: 1;
}
.theme-ksu a.nivo-nextNav {
	background-position: 0 0;
	right:-5px;   /* -7px for overlapping outside the box */
}
.theme-ksu a.nivo-prevNav {
	left:-5px;   /* -7px for overlapping outside the box */
	background-position: 0 100%;
}
.theme-ksu:hover  a.nivo-prevNav,
.theme-ksu:focus-within  a.nivo-prevNav {
   background-position: 100% 100%;
}
.theme-ksu:hover  a.nivo-nextNav,
.theme-ksu:focus-within  a.nivo-nextNav {
   background-position: 100% 0;
}
.theme-ksu .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-ksu .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-ksu .nivo-caption a:hover,
.theme-ksu .nivo-caption a:focus {
    color:#fff;
}

.theme-ksu .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-ksu .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-ksu .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

#ksu-banner {
   overflow: visible !important;
}
