/* banner image */
.banner { background-color: white; width: 980px }
.banner-padding { padding: 11px 14px }
.banner-border { background-color: blue; display: none }
.banner-image { position: relative; top: 3px; left: 3px }
/* These are set to (image height) + 6px */
#b0 { height: 259px }
#b1 { height: 278px }

/* center panel nav */
.cp-nav {
  text-align: center;
  font-family: Verdana, Sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: white;
  height: 27px;
  margin-right: 1;
  line-height: 27px;
}
.selected {
  cursor: default;
  background-color: red;
}
.unselected {
  cursor: pointer;
  background-color: blue;
}
