.mg-image-slider {
    background: #222222;
    padding: 10px;
}
.mg-image-slider p.mg-description {
	color: #d9d9d9;
}
.mg-image-slider p.mg-description.above {
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.mg-image-slider p.mg-description.below {
	padding-top: 10px;
	margin-bottom: 0px;
}
.mg-image-slider .nivoSlider {
	position: relative;
	background: #ffffff url('image-slider-loading.gif') no-repeat 50% 50%;
    margin-bottom: 10px;
    overflow: visible;
}
.mg-image-slider .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.mg-image-slider .nivoSlider a {
	border: 0;
	display: block;
}
.mg-image-slider .nivo-controlNav {
	text-align: left;
	padding: 0;
	position: relative;
	z-index: 10;
}
.mg-image-slider .nivo-controlNav a {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url('image-slider-skin-black-bullets.png') no-repeat 0 2px;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px;
}
.mg-image-slider .nivo-controlNav a.active {
	background-position: 0 100%;
}
.mg-image-slider .nivo-controlNav a:hover {
	background-position: 0 100%;
}
.mg-image-slider .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url('image-slider-skin-black-arrows.png') no-repeat;
	text-indent: -9999px;
	border: 0;
	top: auto;
	bottom: -36px;
	z-index: 11;
}
.mg-image-slider .nivo-directionNav a:hover {
    background-color: #333333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mg-image-slider a.nivo-nextNav {
	background-position: -16px 50%;
	right: 0px;
}
.mg-image-slider a.nivo-prevNav {
    background-position: 11px 50%;
    left: auto;
	right: 35px;
}
