/*
Skin Name: Dornier Museum
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-dornier .nivoSlider {
	position:relative;
	background:#fff url(../grafiken/loading.gif) no-repeat 50% 50%;
	height:450px;
}
.theme-dornier .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
}
.theme-dornier .nivoSlider a {
	border:0;
	display:block;
}

.theme-dornier .nivo-controlNav {
	position:absolute;
	left:0;
	bottom:0;
	height:50px;
	z-index:10;
}
.theme-dornier .nivo-controlNav a {
	display:block;
	width:53px;
	height:37px;
	text-indent:-9999px;
	float:left;	
	margin:10px 0 0 0;
}
.theme-dornier .nivo-controlNav a img {
	width:50px;
	padding:0;
	border:3px solid #ffffff;
}
.theme-dornier .nivo-controlNav a:hover {
	width:56px;
	padding:0;
	margin:5px 3px 0 0;
}
.theme-dornier .nivo-controlNav a:hover img {
	width:56px;
	height:39px;
}
.theme-dornier .nivo-controlNav a.active {
	width:64px;
	padding:0;
	margin:0 3px 0 0;
}
.theme-dornier .nivo-controlNav a.active img {
	width:64px;
	height:44px;
	padding:0;
}

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

.theme-dornier .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-dornier .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-dornier .nivo-caption a:hover {
    color:#fff;
}