/*******************************************************************************

	Project		:	Rollladenbau Demmel
	Copyright	:	Design - Sindy Limmer - www.limic-design.de

*******************************************************************************/

#slider-wrapper {
    width:940px;
    height:300px;
    margin:0 auto;
}

#slider {
	position:relative;
    width:940px;
    height:300px;
    margin:0 auto;
	background:url(loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:430px;
	bottom:0px;
	
}
.nivo-controlNav a {
	display:block;
	width:20px;
	height:20px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -20px;
}

.nivo-directionNav a {
	display:block;
	width:53px;
	height:200px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top:115px;
}
a.nivo-nextNav {
	background-position:-87px 0;
	right:0px;
}
a.nivo-prevNav {
	left:0px;
}

.nivo-caption {
    text-shadow:none;
    font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}