.futurico-theme.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
 
.futurico-theme .nivoSlider {
    position: relative;
    width: 252px;
    height: 100%;
}
 
.futurico-theme .nivoSlider img {
    display: block;
    position: absolute;
}

.nivo-controlNav{
	display: none;
}

.nivo-slice {
	width:251px !important;
	height:350px;
}


#start-slide {
	float:left;
	max-width:251px;
	height:350px;
	overflow:hidden;
	margin-right: 12px;
	opacity:1;
}

#startseite-slide {
	height:350px;
	margin-left: -41px;	
	margin-top: 16px;
}

#start-slide:hover .over {
	opacity:0.98;
}

#slider,
#slider2 {
	position: absolute;
}

.over {
	position:absolute;
	top:0px;
	left:0px;
	width:252px;
	height:350px;
	opacity:0;
	background-image: url(../images/mouseover.png);
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 1005px) {
	
	#start-slide {
	float:left;
	max-width:220px;
	overflow:hidden;
	margin-right: 12px;
	opacity:1;
}

	#startseite-slide {
		margin-left:-32px;	
	}


	#slider img,
	#slider2 img  {
		width: 96% !important;
	}

}