#slider-wrapper {
	/*height:19px;*/
	overflow:hidden;
	position:relative;
	/*background:url(images/slider-wrap-bot.gif) repeat-x center bottom #dedede;*/
	margin-bottom:0px;
	/*border-bottom:1px solid #ccc;*/
	/*border-bottom:8px solid #ccc;*/
	/*border-top:2px solid #222;*/
	}
#slider-wrapper {
	height:270px;
}
#slider-top {
	height:2px;
	overflow:hidden;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(images/slider-wrap-top.png) repeat-x center top;
	z-index:999;
}
#slider {
	position:absolute;
	width:684px;
	height:248px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
}
#slider img {
	position:relative;
margin-left:auto;
margin-right:auto;
}
#slider a {
	border:0;
	display:block;
}



/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
}
/* 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;
	left:50%;
	margin-left:-480px;
	top:150px;
	background:none;
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	width:684px;
	z-index:999;
}
.nivo-caption .nivo-caption-inner {
	padding:0 0 0 25px;
	margin:0;
}
	.nivo-caption h1 {
		font-size:55px;
		line-height:1.2em;
		text-transform:uppercase;
		display:inline-block;
		letter-spacing:-1px;
		position:relative;
	}
.nivo-caption h1 a {
text-decoration:none !important;
}
.nivo-caption a {
	display:inline-block !important;
}
.nivo-html-caption {
  display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:35%;
	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:26px;
	height:48px;
	text-indent:-9999px;
	border:0;

	top:110px;

	background-repeat:no-repeat;
	background-position:left top;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
a.nivo-nextNav {
	right:20px;
	background-image:url(images/nivo-next.png);
}
a.nivo-nextNav:hover {
	width:31px;
	right:15px;
	background-position:right top;
	}
a.nivo-prevNav {
	left:20px;
	background-image:url(images/nivo-prev.png);
}
a.nivo-prevNav:hover {
	width:31px;
	left:15px;
	}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}
