#slider {
  width:300px;
  border:0px;
  padding:0px;
  margin:5px;
  margin-bottom:10px;
  position: relative;
  background-color:#484848;
  background-image:url(../imgs/bodyFooter.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}

.scroll {
  height:291px;
  width:300px;
  padding:0px;
  margin:0px;
  overflow:hidden;
  position:relative;
  clear:left;
}

.scrollContainer div.panel {
  padding:0px;
  margin:0px;
  height:291px;
  width:300px;
  float:left;
}

ul.navigation {
  list-style:none;
  margin:0;
  padding:0;
  border-top:#999999 1px solid;
}

ul.navigation li {
  float:left;
  padding:0;
  margin:0;
}

.navigation div {
  width:35px;
  height:35px;
  margin:5px;
  padding:0px;
}

.navigation a {
  width:35px;
  height:35px;
  display:block;
  margin:0px;
  padding:0px;
  text-decoration: none;
}

.navigation a.selected {
  visibility:hidden;
}

.navigation a:hover {
  width:33px;
  height:33px;
  border:#cccccc 1px solid;
}

.navigation a:focus {
  outline:none;
}

.scrollButtons {
  cursor:pointer;
  margin:15px 10px;
  padding:0px;
}

#hpChartBox {
  width:300px;
  border:0px;
  padding:0px;
  margin:0px;
}

#hpChartBox h1 {
  background-image:url(../imgs/heading_4px.jpg);
  background-repeat: repeat-x;
  margin:0px;
  padding:7px 5px 6px 10px;
  font-size:12pt;
  font-family:georgia,garamond,serif;
  font-weight:normal;
  color:#ffffff;
  text-align:left;
}

#hpChartBox td {
  height:26px;
  background-image:url(../imgs/row_1px.jpg);
  background-repeat: repeat-x;
  font-size:8pt;
  font-weight:bold;
  color:#ffffff;
  overflow:hidden;
  padding:0px;
  padding-left:2px;
  padding-right:2px;
  margin:0px;
  text-align:left;
}

#hpChartBox2[id] td {
  height:26px;
}

#hpChartBox th {
  text-align:right;
  background-image:url(../imgs/bodyFooter.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  border-top:#999999 1px solid;
}