.mg-image-slider.drop-shadow p.mg-description.above {
	padding-bottom: 10px;
}
.mg-image-slider.drop-shadow p.mg-description.below {
	padding-top: 0px;
}
.mg-image-slider.drop-shadow .nivoSlider {
	position: relative;
	background: #ffffff url('_loading.gif') no-repeat 50% 50%;
	margin-bottom: 10px;

	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;

	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5) !important;
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5) !important;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.5) !important;
		
}
.mg-image-slider.drop-shadow .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	padding: 7px !important;
	background-color: #ffffff !important;
	border-radius: 0px !important;	
}
.mg-image-slider.drop-shadow .nivoSlider:hover {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.mg-image-slider.drop-shadow .nivoSlider a {
	border: 0;
	display: block;
}
.mg-image-slider.drop-shadow .nivo-controlNav {
	text-align: center;
	padding: 10px 0;
}
.mg-image-slider.drop-shadow .nivo-controlNav a {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url('standard-bullets.png') no-repeat;
	text-indent: -9999px;
	border: 0;
	margin: 0 2px;
}
.mg-image-slider.drop-shadow .nivo-controlNav a.active {
	background-position: 0 -22px;
	font-weight: normal;
}
.mg-image-slider.drop-shadow .nivo-controlNav a:hover {
	background-position: 0 -22px;
}
.mg-image-slider.drop-shadow .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url('standard-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.drop-shadow:hover .nivo-directionNav a {
	opacity: 1;
}
.mg-image-slider.drop-shadow a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}
.mg-image-slider.drop-shadow a.nivo-prevNav {
	left: 15px;
}
