.slider_wrapper {
	margin-top:10px;
	width:592px;
	height:214px;
	padding: 20px 0px 0px 0px;
	background-image: url(images/rotator_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float:left;
	margin-bottom:32px;
	}
.nivoSlider {
	position:relative;
	z-index:5;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.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;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px 5px 5px 8px;
	margin:0;
}

.nivo-directionNav a {
	position:absolute;
	top:37%;
	z-index:99;
	cursor:pointer;
}
a.nivo-prevNav {
	left:0px;
	background-image: url(images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	width: 38px;
	text-indent:-5000px;
}
a.nivo-prevNav:hover {
	background-position: right top;
	}
a.nivo-nextNav {
	right:0px;
	background-image: url(images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	width: 38px;
	text-indent:-5000px;

}
a.nivo-nextNav:hover {
	background-position: right top;
	}
.nivo-controlNav {
	position:relative;
	margin: -25px 0px 0px 0px;
	width:250px;
	height:20px;
	float: left;
}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:6px;
	background:url(images/bullets.gif) no-repeat;
	background-position:right;
	text-indent:-9999px;
	border:0;
	margin-right:10px;
	margin-top:7px;
	float:left;
	position:relative;
}

.nivo-controlNav a.active {
	background-position: left;
}
