/* style sheet for home page rotator, modelled after Walden */
#rotator {
    position:relative;
    height:200px;
}
#rotator li {
    display:none;
}
#rotator div {
    width: 100%;
    float:left;
    position:absolute;
}
#rotator div h1 {
    color:black;
}

#controls {
    /* background:url("/_res/img/lead-content-bg.gif") no-repeat top left; */
    /* width:100%; */
    /* clear:both; */
    /* display:block; */
    display: none;
    /* height: 30px; */
    height: 0px;

    padding:0px 0 0 0px;
    margin: 0;
}
#controls ul {
    /* margin:0 0 0 10px; */
    /* added this for IE6: */
    display: none;
}
#controls a {
    /* background:url("/_res/img/rotator-button-bg.gif") no-repeat top left; */
    /* float:left; */
    /* padding:3px 8px 6px 7px; */
    /* margin: 0 4px 0 4px; */
    /* padding: 0; */
    /* margin: 0; */
    /* color:white; */
    /* font-size:10px; */
    /* cursor:pointer; */
    /* text-decoration:none; */
}
#controls a:hover {
    /* background:url("/_res/img/rotator-button-bg.gif") no-repeat top left; */
    /* background-position:-20px; /* 
}
#controls a.activeSlide {
    /* background:url("/_res/img/rotator-button-bg.gif") no-repeat top left; */
    /* background-position:-20px; */
}


