#slider {
	position: relative;
	width: 940px;
	height: 340px;
	}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	}
#slider a {
	border: 0;
	}
		
#feestfolderslider {
	width: 800px;
	height: 704px;
	margin-left:70px;
	margin-right:70px;
	}

#feestfolderslider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	}
#feestfolderslider a {
	border: 0;
	}

.nivo-directionNav a {
	display: block;
	width: 20px;
	height: 60px;
	text-indent: -9999px;
	}

#feestfolderslider a.nivo-nextNav {
	background: url(/img/design/nivobuttons.png) no-repeat;
	background-position: -30px -0px;
	}

#feestfolderslider a.nivo-nextNav:hover {
	background: url(/img/design/nivobuttons.png) no-repeat;
	background-position: -30px -60px;
	}

#feestfolderslider a.nivo-prevNav {
	background: url(/img/design/nivobuttons.png) no-repeat;
	background-position: -0px -0px;
	}

#feestfolderslider a.nivo-prevNav:hover {
	background: url(/img/design/nivobuttons.png) no-repeat;
	background-position: -0px -60px;
	}

a.nivo-nextNav {
	background: url(/img/design/buttons.png) no-repeat;
	background-position: -30px -0px;
	}

a.nivo-nextNav:hover {
	background: url(/img/design/buttons.png) no-repeat;
	background-position: -30px -60px;
	}

a.nivo-prevNav {
	background: url(/img/design/buttons.png) no-repeat;
	background-position: -0px -0px;
	}

a.nivo-prevNav:hover {
	background: url(/img/design/buttons.png) no-repeat;
	background-position: -0px -60px;
	}
