.nivoSlider {
	display: inline-block; position: relative;
}
.nivoSlider img {
	left: 0px; top: 0px; position: absolute;
}
.nivoSlider a.nivo-imageLink {
	margin: 0px; padding: 0px; border: 0px currentColor; left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: absolute; z-index: 60;
}
.nivo-slice {
	height: 100%; display: block; position: absolute; z-index: 50;
}
.nivo-caption {
	background: rgba(0, 0, 0, 0.5); padding: 15px 25px; border: 1px solid rgb(68, 68, 68); left: 30px; width: auto; bottom: 40px; color: rgb(255, 255, 255); position: absolute; z-index: 89; max-width: 700px; opacity: 0.8;
}
.nivo-caption p {
	margin: 0px; padding: 0px; line-height: 1.5; font-family: Junction, Helvetica, Arial, sans-serif; font-size: 17px; font-style: italic;
}
.nivo-directionNav a {
	top: 185px; position: absolute; z-index: 99; cursor: pointer;
}
.nivo-prevNav {
	background: url("images/nav_left.png") no-repeat; left: 30px; width: 50px; height: 50px;
}
.nivo-nextNav {
	background: url("images/nav_right.png") no-repeat; left: 840px; width: 50px; height: 50px;
}

.nivo-prevNav:hover {
	background: url("images/nav_leftD.png") no-repeat; left: 30px; width: 50px; height: 50px;
}
.nivo-nextNav:hover {
	background: url("images/nav_rightD.png") no-repeat; left: 840px; width: 50px; height: 50px;
}

.nivo-controlNav a {
	position: relative; z-index: 99; cursor: pointer;
}
.nivo-controlNav a.nivo-control {
	background: url("images/nav_left.png") no-repeat; left: 30px; width: 50px; height: 50px;
}
.nivo-controlNav a.active {
	background: url("images/nav_left.png"); margin: 0px 0px 0px 10px; width: 21px; height: 21px; display: inline-block;
}
.nivo-controlNav a.active {
	background: url("images/nav_right.png");
}
.nivo-controlNav a.nivo-control:hover {
	background: url("images/nav_right.png");
}
