#slideshow { position: absolute;  left: 0px;  top: 0px;  width: 1000px;  height: 520px;  z-index: -1;}#hover_container {  position: absolute;  background-color: transparent;  width: 950px;  left: 50%;  margin-left: -475px;  height: 500px;  top: 0px;  overflow:hidden;  z-index: 0;}#hover {  position: absolute;  margin-left: 475px;  left: 50%;  top: 395px;  width: 700px;  height: 90px;  z-index: 0;  }  #hover_cover {  position: absolute;  left: 0;  top: 0;  width: 500px;  height: 90px;  z-index: 30;  background-color: white;  opacity:0;  filter:alpha(opacity=0);  }#hover_back_middle {  position: absolute;  left: 0;  top: 10px;  width: 500px;  height: 70px;  opacity:0.85;  filter:alpha(opacity=85);  background-color: #f0f0f0;    z-index: 1;}#hover_text {  position: absolute;  left: 20px;  top: 20px;  width: 480px;  height: 70px;  color: #0f4868;  FONT-WEIGHT: bold;  FONT-SIZE: 14px;  FONT-STYLE: normal;  FONT-FAMILY: Georgia,Times,Geneva,Verdana;  opacity:1;  filter:alpha(opacity=100);  z-index: 2;}#hover_back_upper {  position: absolute;  left: 0;  top: 0;  width: 500px;  height: 10px;  opacity:0.5;  filter:alpha(opacity=50);  background-color: white;    z-index: 1;}#hover_back_lower {  position: absolute;  left: 0;  top: 80px;  width: 500px;  height: 10px;  opacity:0.5;  filter:alpha(opacity=50);  background-color: white;      z-index: 1;}