.spicf_container {
    clear: both;
}

.spicf_container,
.nivoSlider {
	position:relative;
}

.nivoSlider {
    margin-left: 11px;
    margin-right: 11px;
    width: auto;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	z-index: 9;
	padding: 0;
	text-align: center;
}
.nivo-controlNav a {
	display:inline-block;
	width: 22px;
	height: 22px;
	background: rgba(0, 0, 0, 0.4);
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
	border: 1px solid transparent;
}
.nivo-controlNav a:hover,
.nivo-controlNav a:active {
	border: 1px solid #000;
}
.nivo-controlNav a.active {
	background: rgba(0, 0, 0, 0.8);
}

.nivo-directionNav {
    opacity: 0;
    transition: opacity .2s ease;
}

.nivoSlider:hover .nivo-directionNav {
    opacity: 1;
}


.nivo-directionNav a {
	top: 0;
	bottom: 0;
	display: block;
	width: 30px;
	font-size: 27px;
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
}
.nivo-directionNav a:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
}
a.nivo-nextNav {
	right: 0;
}
a.nivo-prevNav {
	left: 0;
}
.nivo-directionNav a .fa {
	position: absolute;
	top: 50%;
	margin-top: -13px;
	text-align: center;
}

.fa-angle-left {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    -webkit-transform: rotate();
    transform: rotate(-45deg);
}

.fa-angle-right {
    width: 15px;
    height: 15px;
    margin-left: 2px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate();
    transform: rotate(45deg);
}

.nivo-caption {
	top: 0;
	left: 30px;
	background: none;
	bottom: auto;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}

.nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
