.nivoSlider {
	position: relative;
}
.nivoSlider img {
	left: 0px; top: -500px; visibility: hidden; position: absolute;
}
.nivoSlider a.nivo-imageLink {
	margin: 0px; padding: 0px; border: 0px currentColor; left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: absolute; z-index: 6;
}
.nivo-slice {
	height: 100%; display: block; position: absolute; z-index: 5;
}
.nivo-box {
	display: block; position: absolute; z-index: 5;
}
.nivo-caption {
	display: none !important;
}
.nivo-caption p {
	margin: 0px; padding: 5px;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
.nivo-directionNav a {
	top: 45%; position: absolute; z-index: 9; cursor: pointer;
}
.nivo-prevNav {
	background: url("../images/slider-prev.png") no-repeat top; left: -34px; width: 21px; height: 26px;
}
.nivo-nextNav {
	background: url("../images/slider-next.png") no-repeat top; width: 21px; height: 26px; right: -34px;
}
.nivo-controlNav {
	left: -46px; top: 208px; width: 100%; text-align: right; position: relative; z-index: 100;
}
.nivo-controlNav a {
	background: url("../images/slider-position.png") no-repeat bottom; margin: 0px 1px; width: 10px; height: 9px; display: inline-block; cursor: pointer;
}
.nivo-controlNav a.active {
	background-position: top; font-weight: bold;
}