
div.slideshow {
	margin: 0; 
	width:444px;
	height:222px;
}

div.slideshow p {
  padding-top: 9px;
}
div.slideshow ul {
  background-image:url('../images/navigation.png');
  background-position:no-repeat;
  margin: 0;
  display: block;
  bottom: 4px;
  right: 0;
  position: absolute;
  overflow: hidden;
  padding: 5px 0;
  z-index: 10001;
}
div.slideshow ul a {
  background-position: 50% 50%;
  cursor: pointer;
  display: block;
  height: 15px;
  margin-right: 5px;
  opacity: 0.5;
  width: 20px;
}
div.slideshow ul a.active,
div.slideshow ul a:hover {
  opacity: 1;
}
div.slideshow ul li {
  float: left;
  list-style: none;
}