/*
#banner_outer_container {
  position:relative;
  height: 210px;
  width: 1024px;
  margin: 27px auto 50px;
}
#banner_container {
  position:relative;
  height: 100%;
  width: 100%;
  cursor:pointer;
  overflow:hidden;
  border:1px solid #d6d6d6;
}
.slide_hero_slide_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  zoom: 1;
  z-index: 0;
}
.slide_hero_slide_wrapper.active,
.slide_hero_slide_wrapper.target
{
  display: block;
}
#banner_outer_container .forward,
#banner_outer_container .backward {
  display: none;
  position: absolute;
  cursor: pointer;
}
#banner_outer_container .backward {
  bottom: 30px;
  left: 20px;
  width: 15px;
  height: 22px;
  margin: 0px;
  background: url(../../images/shared/left-arrow-border-light.png) 0 0 no-repeat;
  z-index: 2000;
  zoom: 1;
}
#banner_outer_container .forward {
  bottom: 30px;
  right: 20px;
  width: 15px;
  height: 22px;
  margin: 0px;
  background: url(../../images/shared/right-arrow-border-light.png) 0 0 no-repeat;
  z-index: 2000;
  zoom: 1;
}
#banner_outer_container:hover .forward,
#banner_outer_container:hover .backward {
  display: block;
}
*/