.mg-image-slider.kitt {
    background: #222222;
    padding: 10px;
}
.mg-image-slider.kitt p.mg-description {
	color: #d9d9d9;
}
.mg-image-slider.kitt p.mg-description.above {
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.mg-image-slider.kitt p.mg-description.below {
	padding-top: 10px;
	margin-bottom: 0px;
}
.mg-image-slider.kitt .nivoSlider {
	position: relative;
	background: #ffffff url('_loading.gif') no-repeat 50% 50%;
    margin-bottom: 10px;
    overflow: visible;
}
.mg-image-slider.kitt .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.mg-image-slider.kitt .nivoSlider a {
	border: 0;
	display: block;
}
.mg-image-slider.kitt .nivo-controlNav {
	text-align: center;
	padding: 0;
	position: relative;
	z-index: 10;
}
.mg-image-slider.kitt .nivo-controlNav a {
	display: inline-block;
	width: 20px;
	height: 10px;
	background-color: #ffffff;
	text-indent: -9999px;
	border: 0;
	margin: 10px 2px 0px 2px;
}
.mg-image-slider.kitt .nivo-controlNav a.active {
	background-color: #aaaaaa;
	font-weight: normal;
}
.mg-image-slider.kitt .nivo-controlNav a:hover {
	background-color: #666666;
}
.mg-image-slider.kitt .nivo-directionNav a {
	display: block;
	width: 36px;
	height: 53px;
	background: url('kitt-arrows.png') no-repeat;
	text-indent: -9999px;
	border: 0;
	opacity: 0;
	-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;
}
.mg-image-slider.kitt:hover .nivo-directionNav a {
	opacity: 1;
}
.mg-image-slider.kitt a.nivo-nextNav {
	background-position: -36px 0;
	right: 0px;
}
.mg-image-slider.kitt a.nivo-prevNav {
	left: 0px;
}
