
.banner_panel {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 940px;
  height: 401px;
  background-image: url(../../themes/defaulttheme/images/banner_bg.png);
  background-position: top left;
  background-repeat: repeat-x;
}
.banner_title {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 600px;
  padding: 0px 20px 0px 0px;
  z-index: 22;
}
.banner_title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #FFFFFF;
}
.banner_title a {
  color: #FFFFFF !important;
  text-decoration: none;
}
.banner_title span {
  color: #74AE9E;
  padding-right: 5px;
}
.banner_panel img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 940px;
  height: 360px;
  z-index: 21;
}
