.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/*If image is wrapped by a link*/
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/*The slices and boxes in the Slider*/
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/*Caption styles*/
.nivo-caption {
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	padding:10px;
	z-index:89;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
}
.nivo-caption p {
	padding:5px;
	padding-right:10px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

/*Direction nav styles (e.g. Next & Prev)*/
.nivo-directionNav a {
	position:absolute;
	top:50%;
	height:32px;
	margin:-15px 0 0;
	z-index:99;
	cursor:pointer;
}

/*Navigation styles*/
.nivo-controlNav{
	position:absolute;
	display:table-cell;
}

.nivo-controlNav a div.numbers{
	float:left;
	cursor:pointer;
}

.nivo-controlNav a div.dots{
	float:left;
	cursor:pointer;
	background-position:top left;
	background-repeat:no-repeat;
}

.nivo-prevNav{
	left:20px;
	width:32px;
	height:32px;
	background-image:url('https://cdn.sitelife.ms/images/slider/arrow_left.png');
	background-position:top left;
	background-repeat:no-repeat;
}
.nivo-nextNav{
	right:20px;
	width:32px;
	height:32px;
	background-image:url('https://cdn.sitelife.ms/images/slider/arrow_right.png');
	background-position:top left;
	background-repeat:no-repeat;
}
#feature-slideshow a.slider-link{background:url('https://cdn.sitelife.ms/_library/images/blank.gif') repeat;}