
#featured {
    width: 852px;
    margin: auto;
    padding: 0px;
}

.rot_show  {
    clear: left;
    width: 852px;
    height: 300px;
    margin: auto;
    padding: 0px; 
    z-index: 1;
}

.rot_hide { 
    border: solid 1px black;
    position: absolute;
    width: 850px;
    height: 300px;
    left: -1000px;
}

div#rot_linkbox {
    width: 852px;
    float: left;
    background-color: #514e9b;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
}
ul.rot_boxlinks {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 100%;
}

ul.rot_boxlinks li {
    float: left;
    list-style-type: none;
    border-right: 1px solid #ffffff;
    padding: 0.2em 0.5em;
    background: /*#514ed9 url('http://www.eeoc.gov/graphics/menubar.gif')*/; 
    color: white;
}

.rot_hidelinks { 
    display: none; 
}

ul.rot_boxlinks li a {
   text-decoration: none;
   color: #dddddd;
   font-size: 1.5em;
}

ul.rot_boxlinks li img {
  border: none;
  padding-top: 3px;
}

img.rot_bigbox {
  padding: 0;
  margin: 0;
  border: none;
}
.rot_show img {
  border: 1px solid #514e9b;
  border-top: none;
}