*{
	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 pagination =====================================*/

.nivo-controlNav{
	display: flex;
	justify-content: center;
}
.theme-mi-slider .nivo-control{
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #C6C6C6;
	margin: -50px 3px 3px;
	text-indent: -9999px;
	z-index: 5;
}

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

.theme-mi-slider .active{
	background: #000000;
}
/* nivo direction =====================================*/

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

}

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

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


/*nivo caption ===============================*/
