#slider {
 /* background: white url(../images/slider.jpg);*/
  height: 227px;
  overflow: hidden;
  position: relative;
  margin: 0px 0px 5px 0px;
}
#mover {
  width: 2880px;
  position: relative;
}
.slide {
  padding: 5px 10px;
  width: 548px;
  float: left;
  position: relative;
}
.slide h1 {
  font-family: Arial, Sans-Serif;
  font-size: 18px;
 /* letter-spacing: -1px;*/
  color: #55789b;
  font-weight:bold;
}
.slide p {
	color: #646464;
	font-size: 12px;
	line-height: 20px;
	width: 290px;
}
.slide img {
  position: absolute;
  top: 30px;
  left: 320px;
  width: 200px;
  height: 150px;
  
}
#slider-stopper {
  position: absolute;
  top: 193px;
  right: 90px;
  background: url(../images/fdo_stopper.jpg);
  background-repeat:no-repeat;
  color: #FFFFFF;
/*  padding: 3px 8px;*/
  font-size: 11px;
  font-weight:bold;
  text-transform: uppercase;
  z-index: 5;
  width:90px;
  text-align:center;
  line-height:30px;
 
}