/* For Nivo Bullet Style: */

#slider .nivo-controlNav a.nivo-control.active img {
	visibility: visible;
	background: red;
}


.nivo-controlNav {
	position:absolute;
	left: 28%;
	top: 410px;
}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}



.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}

a.nivo-prevNav {
	left:10px;
}

.nivo-controlNav a {background-image: url('http://njaes.rutgers.edu/_common/images/bullets.png'); background-repeat: no-repeat;}

/*below to edit njaes homepage spotlight titles to 1 line*/
.nivo-caption h3 {
	color: #67ceff !important;
	font-weight: bold;
	font-size: 13px;
	padding: 0 5px 0 5px;
	margin: 0;
	}
	
	
.nivo-caption p {
	padding: 5px;
	margin: 0;
	font-size: 12px;
	line-height: 1.3em;
	color: #FFF;
}
