﻿.Banner {
	overflow:hidden;
	height:210px !important;
}
.nivoSlider {
	position:relative;
}
.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:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	right:0px;
	bottom:30px;
	background:#464139;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	height:50px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
	font:bold 22px/40px Arial, Helvetica, sans-serif;
	color:#fff;
	z-index:9999;
	padding-left:20px;
	text-align:left;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	bottom: 40px;
	display: block !important;
	height: 22px;
	position: absolute;
	right: 0;
	width: 130px;
	z-index: 9999;
}
.nivo-directionNav a {
	z-index:9;
	cursor:pointer;
	display:inline-block !important;
}
.nivo-prevNav {
	left:0px;
	background:url(images/left1.html) no-repeat 0 0;
	height:20px;
	width:17px;
	text-indent:-9999px;
	margin:0 0 0 45px;
}
.nivo-nextNav {
	right:0px;
	background:url(images/right1.html) no-repeat 0 0;
	height:20px;
	width:17px;
	text-indent:-9999px;
	margin:0 0 0 5px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	display:none;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
