.nivoSlider {
	position:relative;
    width:624px; /* Make sure your images are the same size */
    height:201px; /* Make sure your images are the same size */
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivoSlider .nivo-slice{
	position:absolute;
	top:0px;
	left:0px;
    width:624px; /* Make sure your images are the same size */
    height:201px; /* Make sure your images are the same size */
}


.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right:10px;
	bottom: -27px;
}

.nivo-controlNav a {
	display:block;
	width:15px;
	height:14px;
	background:url(../images/slide_bullet.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
	cursor: pointer;
}

.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	background-position:left bottom;
	z-index: 1000;
}


/*
.nivo-directionNav{
	position:absolute;
	top:0px;
	left:0px;
    width:624px;
    height:201px;
}

.nivo-directionNav a {
	display:block;
	width:17px;
	height:17px;
	background:url(../images/fa-biz-client-home-silde-arrow.png) no-repeat;
	text-indent:-9999px;
	border:0;

	top: 238px;
	background-position: 0 -0;
}

a.nivo-nextNav {
	background-position:-17px -0px;
	right:5px;
}

a.nivo-nextNav:hover {
	background-position:-17px -17px;
}

a.nivo-prevNav {
	left:5px;
}

a.nivo-prevNav:hover {
	background-position:0px -17px;
}
*/