.mg-image-slider.borderless p.mg-description.above {
	padding-bottom: 10px;
}
.mg-image-slider.borderless p.mg-description.below {
	padding-top: 0px;
}
.mg-image-slider.borderless .nivoSlider {
	position: relative;
	background: #ffffff url('_loading.gif') no-repeat 50% 50%;
    margin-bottom: 10px;/*
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.mg-image-slider.borderless .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.mg-image-slider.borderless .nivoSlider a {
	border: 0;
	display: block;
}
.mg-image-slider.borderless .nivo-controlNav {
	text-align: center;
	padding: 10px 0;
}
.mg-image-slider.borderless .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.borderless .nivo-controlNav a.active {
	background-position: 0 -22px;
	font-weight: normal;
}
.mg-image-slider.borderless .nivo-controlNav a:hover {
	background-position: 0 -22px;
}
.mg-image-slider.borderless .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.borderless:hover .nivo-directionNav a {
	opacity: 1;
}
.mg-image-slider.borderless a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}
.mg-image-slider.borderless a.nivo-prevNav {
	left: 15px;
}
