/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#wrapper {
	width: 586px;
	height; 300px;
}

#slider-wrapper {
    background: #4e535c;
    /*
    width: 586px;
    height: 300px;
    */
    /*height: 391px;*/
    padding: 1px;

}

#slider {
	position:relative;
    
    /*
    width: 584px;
    height: 298px;
    
    background: green;
    */
    
	/*background: url("../gfx/slider/loading.gif") no-repeat 50% 50%;*/
	
	border: 0px dotted green;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

#slider a img {
	display:none;
}

.nivo-controlNav {
	position:absolute;
	right: -1px;
	bottom: -21px;
	
	background: #FFF;
	
	z-index:9;
}
.nivo-controlNav a {
	display: block;
	width: 18px;
	height: 18px;
	background-color: #454545;
	/* border:0; */
	margin-left: 2px;
	float:left;
	
	text-shadow:none;

	font: 11px/18px 'PTSansBold', Helvetica, sans-serif;
	
	color: #ededed;
	/*padding: 4px 3px 3px 5px;*/
	
	text-align: center;
	
	border-left: 2px solid magenta;
}
.nivo-controlNav a.active {
	background-color: #344b78;
}

.facility_management .nivo-controlNav a.active {
	background-color: #21a3ed;
}

.haustechnik .nivo-controlNav a.active {
	background-color: #e7a21b;
}

.elektrotechnik .nivo-controlNav a.active {
	background-color: #e61717;
}

.special_support .nivo-controlNav a.active {
	background-color: #21cd19;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url("../gfx/slider/arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}


/*
 * jQuery Nivo Slider v2.5.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* 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:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background: none;
	
	padding:0px;
	margin:0px;
    
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	
	width:100%;
	z-index:8;
}
div.mitte .nivo-caption p {
	padding:0px 0px 30px 0px;
	margin:0px;
	font: 15px/32px 'PTSansRegular', Helvetica, sans-serif;
	color: #e5e5e5;
	
	text-align: right;
	
	border: 0px dotted magenta;
	/*background: green;*/
}

.nivo-caption p span {
	background: rgb(14, 21, 33);
    background: rgba(14, 21, 33, 0.75);
    
    padding: 7px 10px 5px 15px;;
    margin: 0px;
}

.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:10;
	cursor:pointer;
}
.nivo-controlNav a.active {
	/*font-weight:bold;*/
}