#featured {
  margin:-14px auto 10px auto;
  width: 1020px;
  height: 420px;
  overflow: hidden;
  position: relative;
}
#featured .frame {
  position: relative;
  width: 1020px;
  height: 420px;
  overflow: hidden;
  float: left;
}
#featured .frame-text-bg {
  display: none;
}
#featured .frame-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1020px;
  height: 420px;
  border-radius:5px 5px 0px 0px;
}
#featured .frame-text {
  position: absolute;
  left: 0px;
  bottom: 0;
  min-height:50px;
  padding: 10px 15px;
  width: 990px;
  background: url(../images/slider_black_bg.png);
  border-radius:0px 0px 5px 5px;
  z-index: 2;
}
#featured .frame-text span {
  display:block;
  margin: 4px 0;
  font-size:12px;
  color:#ffd800;
}
#featured p.action {
  margin-top: 10px;
}
#featured h3 a {
  color: #fefefe;
  font-size: 16px;
  font-weight: bold;
  text-decoration:none;
}
#featured-nav {
  z-index: 10;
  position: absolute;
  bottom: 30px;
  right: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#featured-nav li {
  display: inline;
}
#featured li a {
  background: #999;
  opacity: 0.8;
  border: 1px solid #fff;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  text-indent: -9999px;
  display: block;
  float: left;
}
#featured li a:hover, #featured li.active a {
  background: #EE1C2E;
}
#featured a.btn {
  color: #fff;
}
#featured .mask {
  z-index: 3;
  width: 1020px;
  height: 420px;
  overflow: hidden;
  position: absolute;
  top: 0;
}
#highlighted {
  border-bottom: 1px solid #d3d7d9;
  font-size: 120%;
}
.region-help {
  border: 1px solid #d3d7d9;
  padding: 0 1.5em;
  margin-bottom: 30px;
}
