




/*
     FILE ARCHIVED ON 23:27:03 Jan 14, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 7:17:14 Jun 11, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
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
*/

.theme-default .nivoSlider {
	position:relative;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	padding:0px 0;
	position:relative;
	bottom:40px;
	width:1000px;
	margin:0px auto;
	right:43px;
	text-align:right;
	z-index:999999999999999999999999;
	height:0px;
	color:#FFFFFF;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:23px;
	height:19px;
	background:url(/web/20160114232703/http://apshydro.com/wp-content/themes/apshydro/images/bullets.png) no-repeat center top;
	border:0;
	margin: 0 2px;
	text-align:center;
	
}
.theme-default .nivo-controlNav a.active {
	background:url(/web/20160114232703/http://apshydro.com/wp-content/themes/apshydro/images/bullets.png) no-repeat center bottom;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/web/20160114232703/http://apshydro.com/wp-content/themes/apshydro/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 1;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:-32px;
}
.theme-default a.nivo-prevNav {
	left:-35px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
}
@media(max-width: 980px) and (min-width: 320px) {
.theme-default a.nivo-nextNav{ right:-10px;}
.theme-default a.nivo-prevNav {
	left:-10px;
}
}