#slider { 
	width: 700px;
	height: 352px;
	overflow: hidden; 
}

#slider div.slid {
  width: 700px;
  height: 352px;
  overflow: hidden;
  top: 0;
  left: 0;
}

#slider img {
  width: 440px;
  height: 352px;
  float: left;
}

#slider .description {
  width: 240px;
  f_loat: right;
  background-color: #dcdcdc;
  height: 352px;
  overflow: hidden;
}

#slider h1 {
  color: #000000;
  font-size: 2.2em;
}

#slider h1 a {
  color: #000000;
  text-decoration: underline;
  border-bottom: 0;
}

#slider .description h1, #slider .description p {
  padding: 0 20px 0 20px;
}

#slider .description h4 {
  padding: 5px 10px 5px 20px;
  margin: 0 0 15px 0;
}

#slider_nav {
  text-align: right;
  position: absolute;
  top: 313px;
  right: 20px;
  width: 220px;
  z-index: 10;
}

#slider_nav a { background-color: #d00000; color: #ffffff; text-decoration: none; margin: 0px 0px 0px 10px; padding: 3px 5px;  }
#slider_nav a.activeSlide { background-color: #000000; }
#slider_nav a:focus { outline: none; }