.preview-1 .nivoSlider{position:relative;background:url(../img/loading.gif) no-repeat 50% 50%;}
.preview-1 .nivoSlider a{border:0;display:block;}
.preview-1 .nivo-controlNav{text-align:center;padding:20px 0;}
.preview-1 .nivo-controlNav a{display:inline-block;width:22px;height:22px;background:url(../img/bullets-2.png) no-repeat;text-indent:-9999px;border:0;margin:0 2px;}
.preview-1 .nivo-controlNav a.active{background-position:0 -22px;}
.preview-1 .nivo-directionNav a{background:rgba(0, 0, 0, 0) url("../img/large_left.png") no-repeat scroll 0 0;border:0 none;display:block;height:40px;opacity:0;text-indent:-9999px;transition:all 200ms ease-in-out 0s;width:40px;}
.preview-1:hover .nivo-directionNav a{opacity:1;}
.preview-1 a.nivo-nextNav{background:rgba(0, 0, 0, 0) url("../img/large_right.png") no-repeat scroll 0 0;right:15px;}
.preview-1 a.nivo-prevNav{left:15px;}
.preview-1 .nivo-caption{font-family:Helvetica, Arial, sans-serif;}
.preview-1 .nivo-controlNav.nivo-thumbs-enabled{width:100%;}
.preview-1 .nivo-controlNav.nivo-thumbs-enabled a{width:auto;height:auto;background:none;margin-bottom:5px;}
.preview-1 .nivo-controlNav.nivo-thumbs-enabled img{display:block;width:120px;height:auto;}
.preview-1 .nivo-controlNav {
	position: absolute;
	bottom: 0;
	right: 45px;
	z-index: 999;
}

.bend.niceties.preview-1{position:relative;}
.preview-1 .nivo-controlNav a{
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative;
	z-index: -999;
	border: 2px solid #fff;
	border-radius: 100%;
	margin: 0 5px;
	line-height: 8px;
	text-indent: -9999px;
	background: #4c4c4c;
	opacity: 0.75;
	cursor: pointer;
}
.preview-1:hover .nivo-controlNav a{
	opacity: 1;
	z-index: 999999;
}
.preview-1 .nivo-controlNav a:hover,
.preview-1 .nivo-controlNav a.active{
	background: #80bd00;
}