﻿/* The Nivo Slider styles */
#slider {
	width: 978px;
	height: 300px;
	overflow: hidden;
}
#slider a {
	text-decoration: none;
}
.nivoSlider {
	position:relative;
}
.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:6;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
/* Caption styles */
.nivo-caption h4 {
	color: #FFFFFF !important;
	margin-top: 0.2em !important;
	margin-bottom: 0 !important;
}
.nivo-caption p {
	color: #FFFFFF !important;
	font-size: 92% !important;
}
.nivo-caption a:hover h4, .nivo-caption a:hover p {
	text-decoration: underline !important;
}
.nivo-caption {
	width: 300px;
	position:absolute;
	left:0px;
	bottom:50px;
	background-color: #374278;
	z-index:8;
	filter: alpha(opacity=92);
	opacity: .92;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	padding: 8px;
	top:5%;
	z-index:9;
	cursor:pointer;
	background-color: #FFFFFF;
	filter: alpha(opacity=78);
	opacity: .78;
	visibility: visible;
}
.nivo-directionNav a:hover {
	color: #FFFFFF;
	background-color: #AE1833;
	filter: alpha(opacity=98);
	opacity: .98;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	z-index:10;
	left: 6px;
	bottom: 8px;
}
.nivo-controlNav a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	display:block;
	width:22px;
	height:22px;
	border:0;
	margin-left:6px;
	float:left;
	background-color: #FFFFFF;
	text-align: center;
	font-weight:bold;
	border: 1px solid #999999;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-color: #2c4290;
	color: #FFFFFF;
}
