



/* Slider
---------------------------------------- */
#slider-wrapper {
	height:398px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	width:980px;
	}
#slider-bg {
	height:3px;
	position:absolute;
	left:0;
	top:0;
	z-index:99;
	width:100%;
	}
#slider {
	width:980px;
	height:398px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:980;height:auto;
}
.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%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	right:58px;
	top:106px;
	color:#c6c5c5;
	opacity:1; /* Overridden by captionOpacity setting */
	width:330px;
	z-index:89;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}
	.nivo-caption div {
		margin-bottom:14px;
		}
		.nivo-caption div h2 {
			color:#88cfb4;
			font-size:42px;
			line-height:1.2em;
			font-weight:bold;
			margin-bottom:0;
			padding:0;
			text-shadow:none;
			background:#fff;
			}
			.nivo-caption div h2 span {
				color:#00a9b2;
				}
		.nivo-caption div h3 {
			font-size:30px;
			line-height:1em;
			text-transform:uppercase;
			color:#a2a2a2;
			font-weight:normal;
			margin:0;
			padding:0;
			background:#fff;
			}
			.nivo-caption div p {text-align:left;}
	.nivo-caption div a {
		display:inline-block;
		font-size:24px;
		line-height:1em;
		color:#505050;
		text-decoration:none;
		font-weight:bold;
		background:#fff;
		}
	.nivo-caption div a:hover {
		color:#00a9b2;
		}
.nivo-caption .nivo-caption-inner {
	padding:0;
	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;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	width:950px;
	height:20px;
	left:0;
	bottom:-20px;
	text-align:center;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-directionNav {

	}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:36px;
	height:35px;
	text-indent:-9999px;
	border:0;
	top:45%;
	background:url(../images/direction_nav.png) no-repeat 0 0;/
}
a.nivo-nextNav {
	right:16px;
	background-position:-36px 0;
}
a.nivo-nextNav:hover {
	background-position:-36px -35px;
	}
a.nivo-prevNav {
	left:16px;
	background-position:0 0;
}
a.nivo-prevNav:hover {
	background-position:0 -35px;
	}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}









