div#developments-widget {
  width: 616px;
  height: 300px;
  float: left;
  margin: 0 16px 0px 16px;
  position: relative;
}

div#developments-widget h2 {
  width: 150px;
  height: 40px;
  margin: 0;

}
div#developments-widget h2 span {
  position: absolute;
  left: -9999px;
}
div#developments-widget div.image {
  float: left;
  width: 360px;
  margin-left: 2px;
}
div#developments-widget div.info {
  color: #fff;
  float: left;
  width: 256px;
  w\idth: 224px;
  padding: 0 16px 0 14px;
  _padding: 0 10px 0 14px;
}
div#developments-widget div
 h3 {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-size: 1.2em;
}
div#developments-widget div.info p.more-link a {
  display: block;
  padding-left: 10px;
  background: url(/img/widget-arrow.gif) left no-repeat;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
div#developments-widget div.info p.more-link a:hover {
  text-decoration: underline;
}

div#widget-residential,
div#widget-commercial,
div#widget-public-sector {
  width: 616px;
  height: 300px;
  overflow: hidden;
}

div#developments-widget div#widget-residential div.info {
  color: #373737 !important;
}

div#widget-residential {
  background: url(/img/hp-widget-residential.gif) top left no-repeat;
}
div#widget-commercial {
  background: url(/img/hp-widget-commercial.gif) top left no-repeat;
}
div#widget-public-sector {
  background: url(/img/hp-widget-public-sector.gif) top left no-repeat;
}

div#widget-commercial,
div#widget-public-sector {
  display: none;
}

ul#widget-nav {
  position: absolute;
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  height: 43px;
  bottom: 0;
}
ul#widget-nav li {
  float: left;
  width: 210px;
  height: 43px;
  line-height: 43px;
  overflow: hidden;
}
ul#widget-nav li a {
  display: block;
  width: 100%;
  height: 43px;
  text-align: center;
}
ul#widget-nav li a span {
  position: absolute;
  left: -9999px;
}
ul#widget-nav li.residential {
  width: 196px;
}
