#slideshow {
  width:967px;
  height:425px;
}
#control {
    position:absolute;
    top:-34px;
    right:18px;
    text-align:right;
 }

#nav {
    margin:0px;
    position:absolute;
    z-index:998;
    top:-41px;
    left:0px;
    background:url(../images/transpnav.png);
    width:967px;
    height:41px;
    color:#ffffff;
}

#nav li {
    color:#ffffff;
    width:20px;
    height:20px;
    float: left;
    list-style: none;
    padding:0px;
    margin-right:8px;
    text-align:center;
   }
#nav li:hover {
    background:#e9c844;
    color:#000000;
    width:20px;
    height:20px;
    float: left;
    list-style: none;
    padding:0px;
    margin-right:8px;
    text-align:center;
   }


#nav li.last {
    color:#ffffff;
    width:20px;
    height:20px;
    float: left;
    list-style: none;
    padding:0px;
    margin: 0px;
    text-align:center;
}
#nav li.last:hover {
    background:#e9c844;
    color:#000000;
    width:20px;
    height:20px;
    float: left;
    list-style: none;
    padding:0px;
    margin: 0px;
    text-align:center;
}
#nav a {
    color:#ffffff;
    font-weight:normal;
    font-size:12px;
    font-family:Arial;
    text-decoration:none;
    display:block; }

#nav a.activeSlide {
    color:#000000;
    background:#e9c844;
    width:20px;
    height:20px;
    padding:0px;
}

#nav a:focus { outline: none; }

#nav img { border: none; }

.padnumber {
  padding-top:2px;
  padding-left:6px;
}
.clear1	{ clear:both; margin:0px; padding:0px; }
