
.nivoSlider {
    position:relative;
/*    background:url(../images/interface/images/loading.gif) no-repeat 50% 50%;*/
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}


.nivoSlider .nivo-caption{
/*    Slider-Beschreibung*/
    background: rgba(82,124,86,0.5);
    
    
    -moz-box-shadow:    inset 0 -4px 10px rgba(30,60,30,0.5);
    -webkit-box-shadow: inset 0 -4px 10px rgba(30,60,30,0.5);
    box-shadow:         inset 0 -4px 10px rgba(30,60,30,0.5);
    text-shadow: 0 1px 1px #2b562f;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    opacity: 1;
}

.slider-wrapper .nivoSlider, .slider-wrapper {
    width:570px;
    height:529px;
}


.hotel-bilder .slider-wrapper .nivoSlider, .hotel-bilder .slider-wrapper{
    width:1100px;
    height:529px;
}

/*
.hotel-bilder .nivo-directionNav .nivo-prevNav{
    background: url("../images/interface/nav-prev2.png") no-repeat scroll left top transparent;
   width: 52px;
    height: 54px;
    margin-left: 15px; 
}*/

.hotel-bilder .nivo-directionNav .nivo-prevNav{
    background: url("../images/interface/nav-prev3.png") no-repeat scroll left top transparent;
   width: 47px;
    height: 59px;
    margin-left: 0px;
   opacity: 0.9;
   background-position: right;
    transition: width 0.5s, opacity 0.5s;
}

.hotel-bilder .nivo-directionNav .nivo-prevNav:hover{ opacity: 1; width: 52px; transition: width 0.5s, opacity 0.5s; }

.hotel-bilder .nivo-directionNav .nivo-nextNav{
    background: url("../images/interface/nav-next3.png") no-repeat scroll left top transparent;
   width: 47px;
    height: 59px;
    margin-right: 0px;
   opacity: 0.9;
   background-position: left;
    transition: width 0.5s, opacity 0.5s;
}
.hotel-bilder .nivo-directionNav .nivo-nextNav:hover{ opacity: 1; width: 52px; transition: width 0.5s, opacity 0.5s; }


/*.hotel-bilder .nivo-directionNav .nivo-prevNav{ position: absolute; background-color: rgba(230,211,179,0.7); background-size: 60%; height: 100%; width: 30px; left: 0; margin-left: 0; top: 0; background-position:center;   box-shadow: 3px 3px 4px rgba(0,0,0,0.3); transition: background-color 0.5s;}
.hotel-bilder .nivo-directionNav .nivo-nextNav{ position: absolute; background-color: rgba(230,211,179,0.7); background-size: 60%; height: 100%; width: 30px; right: 0; margin-right: 0; top: 0; background-position:center; box-shadow: -3px -3px 4px rgba(0,0,0,0.3); transition: background-color 0.5s;}

.hotel-bilder .nivo-directionNav .nivo-prevNav:hover { background-color: rgba(230,211,179,0.9); transition: background-color 0.5s;} 
.hotel-bilder .nivo-directionNav .nivo-nextNav:hover { background-color: rgba(230,211,179,0.9); transition: background-color 0.5s;} */

.arrangementsSingle #slider img{  width: 570px; height: 530px; }


