.panelmover {
    height: 320px;
    overflow: hidden;
    width: 940px;
}
.panelstatic {
    background-image: url("../images/breit/mpi-studenten.jpg");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 320px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 157px;
}
.panelstatic .line {
    background-image: url("../images/ui/panelslide-linie.png");
    background-repeat: no-repeat;
    height: 320px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}
.panelstatic p {
    color: #FFFFFF;
    font-family: Myriad Pro,Tahoma,Arial,Helvetica;
    font-size: 24px;
    line-height: 22px;
    margin-left: 30px;
    margin-top: 36px;
    text-shadow: 1px 1px 10px #575757;
}
.panelstatic:hover p {
    text-shadow: 1px 1px 10px #FFFFFF;
}
.panelslide {
    background-image: url("../images/ui/panelslide-hint-innen.png");
    height: 320px;
    left: 157px;
    overflow: hidden;
    position: relative;
    width: 230px;
}
.panelslide h3 {
    color: #777777;
    font-family: Myriad Pro,Tahoma,Arial,Helvetica;
    font-size: 16px;
    line-height: 18px;
    margin: 42px 10px 20px 20px;
}
.panelslide p {
    color: #777777;
    font-size: 11px;
    margin: 40px 10px 20px 20px;
}
.panelslide p a {
    color: #777777;
}
.panelslide p a:hover {
    color: #6699AA;
}
#part1 {
    left: 0;
    position: absolute;
    top: 0;
}
#part2 {
    left: 157px;
    position: absolute;
    top: 0;
}
#part3 {
    left: 314px;
    position: absolute;
    top: 0;
}
#part4 {
    left: 471px;
    position: absolute;
    top: 0;
}
#tail {
    background-position: -628px top;
    left: 628px;
    position: relative;
    width: 469px;
}
#part1 .panelstatic {
    background-position: 0 top;
}
#part2 .panelstatic {
    background-position: -157px top;
}
#part3 .panelstatic {
    background-position: -314px top;
}
#part4 .panelstatic {
    background-position: -471px top;
}
#slide4 {
    overflow: hidden;
}

