/* Slider ---------------------------------------- */
#slider {
	float:left;
	width: 1100px;
	height:350px;
	margin:0 0 20px 0;
	background: url(../images/loading.gif) no-repeat 50% 50%; overflow:hidden;
}
#slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
#slider a {
  border: 0;
  display: block;
}
/* The Nivo Slider styles */
.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;
  top:0px;
  right: -560px;
  background: none;
  color: #333;
  height:310px;
  opacity: 0.4;
  /* Overridden by captionOpacity setting */
  width: 530px;
  z-index: 89;
  padding:20px;
  font-family:arial;
  font-size:13px;
  margin:0 -20px 0 0;
  line-height: 20px; 
}
.banner_text_c{color:#333e49 !important;}
.nivo-caption strong {
  font-size:26px;
  line-height: 1em;
  margin: 0 0 18px 0; 
  color: #7dc03b;
  font-weight:bolder !important;
  font-family: 'Coda', sans-serif;
  text-transform:uppercase;
  display: block !important;
  font-style:normal;
  margin-top:0px;
}
.nivo-caption .button {
  display: inline-block !important;
}
.nivo-caption .nivo-caption-inner {
  padding: 0;
  margin: 0;
}
.nivo-caption a {
	background:#7DC341;
	color:#FFF;
	padding:5px 10px;
	text-decoration:none;
  display: inline !important;
}
.nivo-html-caption {
  display: none;
  color:#000;
}
/* 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: 940px;
  height: 6px;
  left: 0px;
  bottom:8px;
  text-align: center;
}
.nivo-controlNav a {
  width: 33px;
  height: 6px;
  background: #C1C1C1;
  position: relative;
  z-index: 99;
  cursor: pointer;
  display: inline-block !important;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  margin: 0 2px 0 1px;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
  background: #000;
}

.nivo-caption a:hover{background-color:#CCC !important; color:#88c54d !important}
.nivo-directionNav a {
  position: absolute;
  display: block;
  width: 36px;
  height: 35px;
  text-indent: -9999px;
  border: 0;
  top: 50%;
  background: url(images/direction_nav.png) no-repeat 0 0;
}
a.nivo-nextNav {
  right: 0;
  background-position: -36px 0;
}
a.nivo-nextNav:hover {
  background-position: -36px -35px;
}
a.nivo-prevNav {
  left: 0;
  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;
}
.bnc {
	color:#960;
}

.nivo-caption-inner h2{
	font-family: 'Coda', sans-serif !important;
	font-size:16px !important;
	color:#1f2b38;
	font-weight:300;
	padding:0 0 0 22px;
    background-repeat:no-repeat;
	background-image: url(../images/arrow.png);
	background-position: 0px 7px;
	line-height:35px;
	} 