/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	margin:30px 30px 80px 80px;
	background:#ffffff url(./loading-weiss.gif) no-repeat 50% 50% !important;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;  
	display:none;
}
#slider a {
	border:0;
}
/*#slider1 .nivo-controlNav, #slider2 .nivo-controlNav, #slider4 .nivo-controlNav {
    bottom:-30px;
    position:absolute;
} */
#slider .nivo-controlNav a, #slider2 .nivo-controlNav a, #slider4 .nivo-controlNav a {
    background:url("../images/bullets.png") no-repeat scroll 0 0 transparent;
    border:0 none;
    display:block;
    float:left;
    height:10px;
    margin-right:50px; 
    text-indent:-9999px;
    width:10px;
}
.nivo-controlNav {
	position:absolute;
/*	left:47%;*/
	margin-bottom:-30px;
    bottom:-50px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
    margin-top: 50px;
	border:0;
	margin-right:3px;
	float:left;
}
#slider .nivo-controlNav a.active img {
    -moz-box-shadow:0 0 5px #ff0000;
    -webkit-box-shadow:0px 0px 10px #ff0000;
    box-shadow:0px 0px 10px #ff0000;    
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}
#slider .nivo-controlNav img {
    -moz-box-shadow:0 0 5px #333;
    -webkit-box-shadow:0px 0px 10px #333;
    box-shadow:0px 0px 10px #333;      
    display:inline;
    margin-right:10px;
    position:relative;
}
.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
/* The slices in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:50;
    height:100%;
}
