/
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* 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:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:none;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:none;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute; padding:10px 10px 25px;
	left:0px; bottom:0;
	background:rgba(0,0,0,0.5);
	border-top: 1px solid rgba(255,255,255,0.2);
	/*opacity:0.8;  Overridden by captionOpacity setting */
	width:920px;
	z-index:8;
}
.nivo-caption *{ color:#fff !important; text-shadow:0 1px 1px rgba(0,0,0,0.8); }
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:none !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px; background:url(../images/nav-left.png) no-repeat; width:79px; height:76px; text-indent:-9999px;
}
.nivo-nextNav {
	right:0px; background:url(../images/nav-right.png) no-repeat; width:79px; height:76px; text-indent:-9999px;
}
.nivo-prevNav:hover { background:url(../images/nav-lefthover.png) no-repeat; }
.nivo-nextNav:hover { background:url(../images/nav-righthover.png) no-repeat; }
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
		position:absolute; bottom:5px; left:400px; z-index:100; 
}
.nivo-controlNav a{
	width:18px; height:18px; text-indent:-9999px; display:block; float:left; cursor:pointer;
	margin-right:5px; background:url(../images/nav-button.png) no-repeat 50% 50%; 
}
.nivo-controlNav a.active{
	background:url(../images/nav-active.png) no-repeat 50% 50%; 
}