/* nivo-slider style */
.nivo-slider {
	position: relative;
	width: 860px; height: 290px;
	background: #000 url(loading.gif) no-repeat 50% 50%;
}

.nivo-slider img {
	position: absolute;
	top: 0;
	left: 0;
}

/* when image is wrapped in a link */
.nivo-slider a.nivo-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}


/* the slices and boxes in the slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}

/* caption styles */
.nivo-caption {
	position: absolute;
	left: 16px;
	top: -25px;
	color: #fff;
	z-index: 11;
}
.nivo-caption p {
	font-size: 12px;
	font-weight: bold;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
    display: none;
}

/* direction nav styles (Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 120px;
	z-index: 12;
	cursor: pointer;
	width: 55px;
	height: 53px;
	text-indent: -9999px;
}

.nivo-directionNav a:hover {opacity: 0.9;}
.nivo-prevNav {background: url(arrows.png) 0 0 no-repeat; left: 10px;}
.nivo-nextNav {background: url(arrows.png) 100% 0 no-repeat; right: 10px;}

/* control nav styles (1, 2, 3...) */
.nivo-controlNav {
	position: absolute;
	bottom: -12px;
	width: 860px;
	z-index: 100;
	text-align: center;
}
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 2px;
	background: #B41A24;
	text-indent: -9999px;
	border: 2px solid #fff;
	margin-right: 8px;
}
.nivo-controlNav a.active {
	background: #048948;
}