/* ####---- HOME PAGE SLIDER STYLES ----#### */
#ie8only #slides {
  background:#ffffff;
}
#slides {
  width:904px;
  height:507px;
  background:none;
  position:relative;
}
.slides_container {
  width:884px;
  height:484px;
  top:12px;
  left:11px;
}
.slides_container div {
  width:884px;
  height:484px;
  display:block;
}
#slides .next, 
#slides .prev {
  z-index:999;
  position:absolute;
  top:44%;
  display:block;
  text-indent:-9999em;
  width:48px;
  height:73px;
}
#slides .next {
  background:url(/resources/dyn/files/902287z629aef72/_fn/bg-slider-arrow-right.png) no-repeat 0 0;
  right:40px;
}
#slides .prev {
  background:url(/resources/dyn/files/902302zdbebfbc2/_fn/bg-slider-arrow-left.png) no-repeat 0 0;
  left:40px;
}
        
