#rotator
{
	margin: 0;
	position: relative;
	width: 654px;
	height: 249px;
	float:left;
}

#rotator img
{
	border: 0;
	width: 654px;
	height:249px;
	display:none; 
	position:absolute;
	cursor:pointer;
	top:0;
	left:0;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:14px;
	z-index: 99;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background: url(http://cpmassets.com/rotator/bullets.png) no-repeat 0;
	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;
	background:url(http://cpmassets.com/rotator/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
