*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.theme-mi-slider .nivoSlider{
	position:relative;
}

.theme-mi-slider .nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav{
	display:flex;
	justify-content: center;
}

.theme-mi-slider .nivo-control{
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #B1B1B1;
	margin: 5px;
	text-indent: -9999px
}

.theme-mi-slider .nivo-control:hover{
	background: #1B1B1B;
}

.theme-mi-slider .active{
	background: #df2a19;
}

.nivo-directionNav a{
	display: block;
	width: 0px;
	height: 0px;
}

.nivo-directionNav .nivo-prevNav{
	background-image: url(imgs/icons/circle-left.png);
	background-size: cover;
	text-indent: -9999px;
	left: 6px;
}

.nivo-directionNav .nivo-nextNav{
	background-image: url(imgs/icons/circle-right.png);
	background-size: cover;
	text-indent: -9999px;
	right: 6px;
}

.nivo-html-caption{
	position: absolute;
}