/* The slices in the Slider */
.nivo-slice{
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption{
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	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;
	bottom:0;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	border-right:6px solid #fff;
	left:-32px;
	text-indent:-10000px;
	width:26px;
	height:27px;
	background:url(../images/mi_prev.png);
	overflow:hidden;
}
.nivo-nextNav {
	border-left:6px solid #fff;
	right:-32px;
	text-indent:-10000px;
	width:26px;
	height:27px;
	background:url(../images/mi_next.png);
	overflow:hidden;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{
	position:absolute;
	bottom:10px;
	left:5px;
	z-index:1000;
}
.nivo-controlNav a {
	float:left;
	text-indent:-10000px;
	cursor:pointer;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#fff;
	margin-right:5px;
}
.nivo-controlNav a.active {
	background:#fc0429 !important;
}