.rotatorDefault {
    position: relative;
}

.rotatorDefaultPages {
    background-image: url(../../images/rotatorStartpageBg.jpg);
    background-repeat: repeat-y;
    position: relative;
    overflow: hidden;
    height: 279px;
    border-bottom: 12px solid #eeeeee;
}

.rotatorDefaultPage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.rotatorDefaultPage table td {
    background-color: transparent;
}

.rotatorDefaultPage h3 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 24px;
    color: #337a00;
    font-weight: bold;
}

.rotatorDefaultPages div.container {
    position: relative;
    height: 200px;
}

.rotatorDefaultPages div.arrow {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url(../../images/rotatorArrows.jpg);
    bottom: 20px;
    left: 43px;
    cursor: pointer;
}

div#rotatorDefaultNaviLeft {
    background-position: 0px 0px;
}

div#rotatorDefaultNaviRight {
    background-position: 22px 0px;
    left: 72px;
}
