/* 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%;
	border-radius:20px;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	opacity:1.0 !important; 
	bottom:10px;
	color:#000; /* Overridden by captionOpacity setting */
	width:560px;
	z-index:100;
	right: 10px;
	height: 160px;
}
.nivo-caption p {
	margin:0;
}
.nivo-caption p div {
	padding:5px;
	width:550px;
	height:150px;
	background-color: #FFF;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	right:20px;
	z-index:99;
	top: 20px;
}
.nivo-controlNav a {
	text-decoration:none;
	display:block;
	width:12px;
	height:12px;
	margin-left:5px;
	float:left;
	background-color:#999;
	color:#999;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-color:#000;
	color:#000;
}
