/*
 * jQuery Nivo Slider v1.6
 * 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
 */
 
#slider {
	position:relative;
	width: 690px;
	height: 250px;
	margin-top: 30px;
}

#slider a img {
	border: 0px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
}
 
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 60;
	display:none;
}

.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}

.nivo-caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	z-index: 89;
	font-size: 100%;
	background: #313131;
	background: rgba(0,0,0,0.6);
	width: 100%;
}
.nivo-caption p {
	padding: 10px 15px;
	margin: 0px;
	font-weight: bold;
	color: #fff;
}

.nivo-caption p a:link, .nivo-caption p a:visited {
	color: #fff;
	font-style: normal;
}

.nivo-caption p a:active, .nivo-caption p a:hover {
	color: #fff;
	text-decoration: underline;
}

.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 99;
	cursor: pointer;
	display: block;
	width: 32px;
	height: 34px;
	background: url('/Portals/ec514d23-dd94-46d9-bb7a-cadd6642153b/homeheader/arrows.png') no-repeat;
	text-indent: -9999px;
	border: 0px;
}

a.nivo-prevNav {
	left: 10px;
}

a.nivo-nextNav {
	background-position: -32px 0;
	right: 10px;
}

.nivo-controlNav {
	position: absolute;
	right: 0%;
	top: -20px;
}

.nivo-controlNav a {
	position: relative;
	z-index: 99;
	cursor: pointer;
	display: block;
	width: 10px;
	height: 10px;
	background: url('/Portals/ec514d23-dd94-46d9-bb7a-cadd6642153b/homeheader/bullets.png') no-repeat;
	text-indent: -9999px;
	border: 0px;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	font-weight: bold;
	background-position: -10px 0px;
}