/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, 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 {
	z-index: 0;
	max-height: 290px;
	overflow: hidden;
}

#slider {
	width: 960px;
	max-height: 290px;
}

.nivoSlider {
	position:relative;
	width: 960px;
	height: 290px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
	max-height: 290px;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left:30px;
	top: 30px;
	color:#fff;
	width: 500px;
	z-index: 100;
}
.nivo-caption h2 {
	font-size: 200%;
	font-weight: bold;
	text-shadow: 0.075em 0.075em 0.2em white;
	color: #003366;
	z-index: 350;
	margin: 0 0 10px 0;
}
.nivo-caption img{
	position: relative;
}
.nivo-caption p {
	padding: 0 5px 15px;
	margin:0;	
	color: #fff;
	z-index: 350;
	font-size: 120%;
	text-shadow: 0.1em 0.1em 0.2em black;
}
.nivo-caption a {
	display: inline !important;
	z-index: 200;
}
.nivo-html-caption {
    display:none;
}
.nivo-controlNav {
	position:absolute;
	left: 446px;
	bottom: 10px;
	z-index: 160;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background: url(../assets/pslidebulletsblue.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a:hover {
	cursor: pointer;
}

.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-caption {
    text-shadow:none;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
