/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */
 
 /*these are in nivo-slider.css but they are repeated here with some changes for the thumbnail option*/
 .nivoSlider {
	position:relative;
	/*min-height:220px;
	margin:30px 30px 60px 30px;*/
	margin:5px 0 45px 10px;
	background:#202834 url(/nivo-images/loading.gif) no-repeat 50% 50%;

}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
}


.nivo-directionNav a {
	display:block;
	width:37px;
	height:38px;
	background:url(/images/nivo-arrows-4-trans.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-37px 0;
	right:18px;
}
a.nivo-prevNav {
	left:15px;
}


#slider {
	margin:5px 0 85px 10px;
	background:#202834 url(/images/nivo-loading.gif) no-repeat 50% 50%;
}
#slider .nivo-controlNav {
	position:absolute;
	/*left:39%;*/
	/* commented out the bottom:-70px line on 12/7/2010 because you could not click on mission trips text link below it in FF - Rex */
	/*bottom:-70px;*/
	cursor:pointer;
	margin-bottom:10px;
}
#slider .nivo-controlNav img {
	display:inline;
	position:relative;
	margin-right:10px;
	border:1px solid #000;
}



