/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.ari-image-slider-wrapper
{
	margin: 0 auto;
	border: 0px solid red;
}

body .ari-image-slider-wCtrlNav 
{
	margin-bottom: 20px;
}

.nivoSlider {
	position:relative;
	margin: 0;
	/*
	background:#202834 url(images/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
	*/
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNavHolder {
	width:auto;
}

.nivo-controlNav {
	position: relative;
	width: auto;
	padding-top: 10px;
}

/*
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:-10px 0;
}
*/

.nivo-controlNav a {
	display:block;
	width:12px;
	height:12px;
	background:url(bulls000.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:-19px 0;
}



.nivo-directionNav a {
	display:block;
	width:44px;
	height:44px;
	background:url(arrows30.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-44px 0;
	right:50px;
}

a.nivo-nextNav:hover {
	background-position:-44px -44px;
}

a.nivo-prevNav {
	left:50px;
}

a.nivo-prevNav:hover {
	background-position:0 -44px;
}





.nivo-controlNav a.hover {
	background-position:-10px -0px;
}

.nivo-controlNav .nivo-thumbNavWrapper img {
	display: block !important;
	position: absolute;
	top: -100%;
	left: -50%;
	margin-top: -12px;
	border: 1px solid #A0A0A0;
	background-color: #FFF;
	padding: 3px;
	-webkit-box-shadow: 0 0 5px #999;
	-o-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
}
.nivo-arrow-border {
  border-color: #0E0E0E transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  height:0;
  width:0;
  position:absolute;
  bottom:100%;
  margin-bottom: -5px;
  left:0;
}
.nivo-arrow {
  border-color: #FFF transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  height:0;
  width:0;
  position:absolute;
  bottom:100%;
  margin-bottom: -5px;
  left:0;
}