/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:451px;
	height:78px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:411px;
  height:78px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:411px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:78px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:20px;
  height:78px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(http://lundsbrukshundklubb.se/images/slide/control_left.jpg) no-repeat 0 0;
}
#rightControl{
  top:0;
  right:0;
  background:transparent url(http://lundsbrukshundklubb.se/images/slide/control_right.jpg) no-repeat 0 0;
}

#leftControl:hover {
  top:0;
  left:0;
  background:transparent url(http://lundsbrukshundklubb.se/images/slide/control_left_hover.jpg) no-repeat 0 0;
}
#rightControl:hover {
  top:0;
  right:0;
  background:transparent url(http://lundsbrukshundklubb.se/images/slide/control_right_hover.jpg) no-repeat 0 0;
}

.slide img {
  float:left;
  margin:0 10px;
  border: 0px;
}
