#slider{
	position: relative;
	width: 1920px;
	height: 625px;
	margin: 0px auto;
}

#slider img{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.nivo-directionNav a{
	position: absolute;
	display: block;
	top: 45%;
	z-index: 99;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #fff;
	text-indent: -9999px;
	border: 0;
	overflow: hidden;
}

a.nivo-nextNav{
	background-image: url(right.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 3px 0px 0px 3px;
	right: 17px;
}

a.nivo-prevNav{
	background-image: url(left.png);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0px 3px 3px 0px;
	left: 0;
}

.nivo-controlNav{display: none;}

.clear{clear: both;}

.nivoSlider{position: relative;}

.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-html-caption{display: none;}

