.theme-Uhuru img {
	margin-bottom: 0;
}

.theme-Uhuru .nivo-caption {
	width: 550px;
	
	left: 50%;
	top: 20%;
	margin-left: -275px;
	
	color: #fff;
	background: none;
	opacity: 1;
	
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: 300;
	text-align: center;	
	text-transform: uppercase;
}

.theme-Uhuru .nivo-directionNav {
	width: 88px;
	height: 40px;
	
	position: absolute;
	bottom: 20px;
	right: 20px;
	
	opacity: 0;
	
	transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.theme-Uhuru:hover .nivo-directionNav {
	opacity: 1;
}

.theme-Uhuru .nivo-directionNav a {
	position: relative;
	top: 0;
	left: 0;
	
	display: inline-block;
	height: 40px;
	width: 40px;
	margin: 0;
	
	font: 38px/33px 'Dosis';
	font-weight: 300;
	text-align: center;
}

.theme-Uhuru .nivo-directionNav a:hover {
	text-decoration: none;
}

.theme-Uhuru .nivo-directionNav .nivo-prevNav {
	margin-right: 8px;
}

.theme-Uhuru .small {
	font-weight: 500;
	font-size: 0.625em;
}

@media (min-width: 1200px) {
	.theme-Uhuru .nivo-caption {
	
		top: 35%;
	}
}

@media (min-width: 481px) and (max-width: 650px) {
	.theme-Uhuru .nivo-caption {
		top: 13%;
		
		font-size: 1.2em;
	}
	
	.theme-Uhuru .small {
		font-size: 0.725em;
	}

}

@media (max-width: 480px) {
	.theme-Uhuru .nivo-directionNav {
		display: none;
	}
}
