.nivoSlider {
	margin-bottom: 10px;
	min-height: 210px;
}

.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	height: 210px
}

.nivoSlider a {
	border: 0;
	display: block;
}

.nivo-controlNav {
	position: absolute;
	right: 10px;
	bottom: 5px;
	z-index: 20;
	padding: 0;
}

.nivo-controlNav a {
	background: url("/img/bullets.png") no-repeat;
	width: 19px;
	height: 19px;
	color: transparent;
	text-indent: -9999px;
	display: block;
	border: 0;
	cursor: pointer;
	float: left;
}

.nivo-controlNav a:hover, .nivo-controlNav a.active {
	background-position: -19px 0;
}

.slider-container{
	position: relative;
	width: 728px;
}