@charset "utf-8";
/* CSS Nivo */

.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:22px;
}

.nivoSlider:after {
	position:absolute;
	bottom:0;
	content:"";
	width:100%;
	height:21px;
	background:#fff;
	border-top:solid 1px #b8b8b8;
	z-index:9;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width:none;
}

.nivo-main-image {
	display:block !important;
	position:relative !important;
	width:100% !important;
}

/* 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 and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}

.nivo-box img {display:block;}

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding:5px 10px;
	opacity:0.8;
	overflow:hidden;
	display:none;
	-moz-opacity:0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.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 {
	position:absolute;
	left:50%;
	bottom:0px;
	margin-left:-465px;
	width:930px;
	height:42px;
	z-index:10;
}

.nivo-prevNav,
.nivo-nextNav {
	position:absolute;
	top:0;
	width:50px;
	height:42px;
	font-size:0;
	background:url(../images/menu-arrows.png) no-repeat;
	cursor:pointer;
}

.nivo-prevNav {
	left:1px;
	background-position:left top;
}

.nivo-nextNav {
	right:1px;
	background-position:right top;
}

.nivo-prevNav:hover {
	background-position:left center;
}

.nivo-nextNav:hover {
	background-position:right center;
}

.nivo-prevNav:active {
	background-position:left bottom;
}

.nivo-nextNav:active {
	background-position:right bottom;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:relative;
	margin:-42px auto 0;
	width:828px;
	height:42px;
	font-size:1.3em;
	line-height:42px;
	text-transform:uppercase;
	font-family:Tahoma, Geneva, sans-serif;
	z-index:10;
}

.nivo-controlNav a {
	display:inline;
	float:left;
	width:207px;
	height:42px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	color:#575757;
	background:url(../images/menu-bg.png) top no-repeat;
}

.nivo-controlNav a:hover {
	background-position:center;
}

.nivo-controlNav a.active {
	background-position:bottom;
}