/*
 * jQuery Nivo Slider v2.5
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
/* The Nivo Slider styles */
#slider-wrapper {
	height: 320px;
	width: 508px;
	margin-top: 20px;
}

#slider {
	position:relative;
	height: 331px;
	width: 523px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:20px;
	bottom:10px;
	z-index:10;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(https://www.prairieharvest.com/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}


/* Caption styles */
.nivo-caption {
	position:absolute;
	height:321px;
	right:15px;
	top:0;
	background:#fff;
	width:150px;
	padding: 0 20px;
	z-index:8;
}
.nivo-caption p {
	
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	color:#000;
    display:none;
	width:200px;
	z-index:9;
}
