/* If an image is wrapped in 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 in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	width:420px;
	height:85px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	color:#000;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:100;
	display: none;
	background-image: url(../img/slide_bg.png);
	background-repeat: repeat;
	background-position: left top;
}
.nivo-caption h2 {
	padding:10;
	font-size: 16px;
	line-height: normal;
	color: #93106A;
	font-style: normal;
	margin-top: 10px;
	margin-left: 10px;
	width: 274px;
}
.nivo-caption p {
	font-size: 11px;
	line-height: normal;
	color: #000;
	padding-left: 10px;
	padding-top: 5px;

}
.nivo-caption a {

}
.arrow  {
	position: relative;
	float: right;
	padding-right: 20px;
}

.nivo-caption a:hover {

}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-prevNav {
	position: absolute;
	height: 31px;
	width: 31px;
	right: 285px;
	bottom: 20px;
	z-index: 1000;
	cursor: pointer;
	background-image: url(../img/left_arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.nivo-nextNav {
	right:20px;
	position: absolute;
	height: 31px;
	width: 31px;
	bottom: 20px;
	z-index: 100;
	cursor: pointer;
	background-image: url(../img/right_arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:99;
	cursor:pointer;
	height: 31px;
	width: 194px;
}
.nivo-controlNav a {
	z-index:99;
	cursor:pointer;
	color:#0E4194;
	display:block;
	background-image: url(../img/slide_number.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 31px;
	text-decoration: none;
	height: 31px;
	float: left;
	font-size: 0px;
}
.nivo-controlNav a.active {
	text-align:center;
	background-image: url(../img/slide_number_hov.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 31px;
	color: #951B81;
	font-size: 0px;
}
.nivo-html-caption {
	width:294px;
	height:102px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
