@charset utf-8;

h2.font_slider{
  font-weight:700;
  padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#332e28;
  font-size:24px;
	text-transform:uppercase;
	line-height:1.2em;
  margin:0 0 1.8em;
}

/* Slider---------------------------------------- */
#slider-wrapper {
	height:415px;
	overflow:hidden;
	position:relative;
	width:880px;
	}
#slider {
	position:relative;
	width:580px;
	height:415px;
	background:url(../images/slide/loading.gif) no-repeat 50% 50%;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	/*right:150px;*/
}
.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:-300px;
	top:0;
	background:#8c3500;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:300px;
	height:415px;
	z-index:89;
}
.nivo-caption .nivo-caption-inner {
	padding:110px 30px 0 37px;
	margin:0;
}
	.nivo-caption h2 {
		color:#fff;
		font-size:48px;
		line-height:40px;
		font-weight:normal;
		letter-spacing:-1px;
		background:#8c3500;
		}
.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:220px;
	height:10px;
	right:-260px;
	bottom:110px;
	text-align:center;
	z-index:99;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
	width:10px;
	height:10px;
	float:left;
	margin-right:10px;
	background:rgba(0, 0, 0, .2);
	font-size:0;
	text-indent:-999em;
	border-radius:5px;
}
.no-rgba .nivo-controlNav a {
	background:#d17905;
	}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	background:#fff;
}

.nivo-directionNav {

	}
.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;
}