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


.rot_show  {
    clear: left;
    width: 850px;
    height: 300px;
    margin: auto;
    padding: 0px; 
    opacity: 0.01;
    filter: alpha(opacity='1');
    z-index: 1;
}

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

div#rot_linkbox {
    width: 850px;
    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;
    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;
}

.rot_show img {
border: none;
}

div#graphic {
margin:0;
padding:0;
width:850px;
background-position: bottom; background-repeat:no-repeat;
}