.theme-default .nivoSlider {
	position: relative;
	background: #fff url(loading.gif) no-repeat 50% 50%;
}

	.theme-default .nivoSlider img {
		position: absolute;
		top: 0px;
		left: 0px;
		display: none;
	}

	.theme-default .nivoSlider a {
		border: 0;
		display: block;
	}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0;
	position: relative;
	width: 100%;
	bottom: 2rem;
	z-index: 20;
}

	.theme-default .nivo-controlNav a {
		display: inline-block;
		width: 22px;
		height: 6px;
		background-color: rgba(71,71,71,.5);
		text-indent: -9999px;
		border: 1px solid #474747;
		margin: 0 2px;
	}

		.theme-default .nivo-controlNav a.active {
			background-color: rgba(71,71,71,.9);
		}

.theme-default .nivo-directionNav a {
	display: block;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	background: rgba(0,0,0,.4);
	color: #fff;
	text-align: center;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	width: 26px;
	z-index: 20;
}

	.theme-default .nivo-directionNav a:hover {
		background: rgba(0,0,0,.8);
		color: #fff;
	}


.theme-default .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}

	.theme-default .nivo-caption a {
		color: #fff;
		border-bottom: 1px dotted #fff;
	}

		.theme-default .nivo-caption a:hover {
			color: #fff;
		}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}

	.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
		width: auto;
		height: auto;
		background: none;
		margin-bottom: 5px;
	}

	.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
		display: block;
		width: 120px;
		height: auto;
	}

@media (max-width: 575.98px) {
	.nivo-directionNav a {
		top: 40%;
	}

	.theme-default .nivo-controlNav {
		bottom: 1rem;
	}
}
