#slider-wrapper {
	position: relative;
	height: 420px;
	overflow: hidden;
}

#slider {
	background: url("http://berlin.opendataday.de/wp-content/themes/pegos/images/loading.gif") no-repeat 50% 50%;
	position: relative;
	width: 940px;
	height: 380px;
	overflow: hidden;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
	display:block;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.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;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */

.nivo-caption {
	background: none;
	width: 310px;
	color: #fff;
	position: absolute;
	top: 72px;
	left: 63px;
	z-index: 89;
	opacity: 0.8; /* Overridden by captionOpacity setting */
}

	.nivo-caption .nivo-caption-inner {
		padding:0;
		margin:0;
	}
	
	.nivo-caption p {
		padding: 0 0 15px 0;
		line-height: 21px;
		font-family: 'Droid Sans', sans-serif;
		font-size: 14px;
		font-weight: 400;
		color: #fff;
	}
	
	.nivo-caption a {
		display:inline-block !important; 
	background:#E01D25;
	line-height:33px;
	height:33px;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	color:#fff;
	padding:0 9px;
	text-decoration:none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	}
	
		.nivo-caption a:hover {
			background:#484747;
		}

.nivo-html-caption {
  display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	width: 940px;
	height: 19px;
	text-align: center;
	position: absolute;
	top: 388px;
	left: 0;
}

	.nivo-controlNav a {
		background: url("http://berlin.opendataday.de/wp-content/themes/pegos/images/pagination.png") no-repeat 0% 0%;
		display: inline-block !important;
		position: relative;
		width: 19px;
		height: 19px;
		overflow: hidden;
		margin: 0 0 0 1px;
		line-height: 0;
		font-size: 0;
		text-decoration: none;
		z-index: 99;
		cursor: pointer;
	}
	
	.nivo-controlNav a.active, .nivo-controlNav a:hover {
		background-position: 0% -19px;
	}

.nivo-directionNav {

	}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:36px;
	height:35px;
	text-indent:-9999px;
	border:0;
	top:45%;
	background:url("http://berlin.opendataday.de/wp-content/themes/pegos/images/direction_nav1.png") no-repeat 0 0;
}
a.nivo-nextNav {
	right:15px;
	background-position:-36px 0;
}
a.nivo-nextNav:hover {
	background-position:-36px -35px;
	}
a.nivo-prevNav {
	left:15px;
	background-position:0 0;
}
a.nivo-prevNav:hover {
	background-position:0 -35px;
	}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}