body {
    opacity: .999;
}

#cycle-galerie {
    clear:left;
    height:600px;
    width: 572px;
    margin: 20px 0 40px 0;
}

#cycle-galerie div {
    text-align: center;
    width: 572px;
    height: 600px;
}

#cycle-galerie img {
    float:none;
    /* width: 530px;*/
    padding: 5px;
    border: 1px solid #333;
    background-color: #FFF;
}

#cycle-galerie div p {
    font-size: 90%;
    font-style: italic;   
}
#steuerung {
    text-align: center;
}

#steuerung .knoepfe {
   margin: 15px 0 10px 0;
}

#pager {
   width: 572px;
}

#pager a, #content .control  {
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    background: #0E3B3B;
    padding: 2px 5px;
    text-decoration: none;
    margin-left: 5px;
    cursor: pointer;
}

#pager a {
    float: left;
    width: 1.7em;
    margin-bottom: 5px;
}
    
#pager a.activeSlide {
    background-color: #E6E2AF;
    color: #000;
}
#pager a:hover, #startStop:hover {
    background: #900;
}
