@charset "UTF-8";
/* CSS Document */

/* slideshow */
#slideshow {
  float:left;
  /*background:white url("../images/placebackgroundimageoverhere.img") no-repeat;*/
  padding:0px;
  width:544px;
  height:240px;
  position:relative;
}


#slideshow div {
  cursor:pointer;
  color:#666666;
  display:none;
  width:544px;
  margin:0 0 10px 0;
  position:absolute;
  top:0px;
  left:0px;
}

#slideshow div.current {
  display:block;
}

#slideshow h2 {
  text-transform:uppercase;
  background:#339999;
  color:white !important;
  margin:0;
  padding:1px;
  font-size:22px;
}

#slideshow h3 {
  margin:0;
  padding:0;
  color:#333333 !important;
}

#slideshow img {
  width:544px;
  height:240px;
  margin:0 0 5px 0;
  border:0;
}

#slideshow p {
  padding:0;
  margin:0;
}

#slideshow #switcher {
  position:absolute;
  bottom:-18px;
  right:5px;
}

#slideshow #switcher span {
  cursor:pointer;
  background-image:url(http://www.littlefallsnetwork.com/images/slideshow-inactive.png);
  display:block;
  width:16px;
  height:16px;
  float:left;
}

#slideshow #switcher span.current {
  background-image:url("http://www.littlefallsnetwork.com/images/slideshow-active.png");
}
#slideshow #switcher span span {
  display:none;
}