#slider {
	position:relative;
	height:375px;
    width:1920px;
	margin:0px auto
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivo-controlNav {
	position:absolute;
	width:100px;
	left:910px;
	bottom:80px;
	z-index:999;
	text-align:center;
}

.nivo-controlNav a {
	display:inline-block;
	width:8px;
	height:8px;
	text-indent:1000%;
	cursor:pointer;
	margin:0px 6px;
	text-align:center;
	border:2px solid #fff;
	border-radius:10px;
	overflow: hidden;
}

.nivo-controlNav a.active {
	background-color: #fff;
}

.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;
}

.nivo-directionNav a {
	position:absolute;
	display: block;
	top:40%;
	z-index:99;
	cursor:pointer;
	width:38px;
	height:38px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-38px 0;
	right:15%;
}

a.nivo-prevNav {
	left:15%;
}