<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:600px;
	height:263px;
	background:transparent url(http://www.birksport.no/slideshow/img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:520px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:500px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(http://www.birksport.no/slideshow/img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(http://www.birksport.no/slideshow/img/control_right.jpg) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
* 

.slide h3 {
  margin:0;
  padding:0;
  text-align:left;
  font:normal 11px Verdana, Geneva, sans-serif;
  color:#ccc;
}
.slide a {
  color: #ccc;
  font-weight:bold;
  text-decoration:none;
}
.slide a:hover {
  color: #fff;
  font-weight:bold;
  text-decoration:underline;
}
body {
  background:# ffffff;
}

.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:normal 20px Verdana, Geneva, sans-serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}
#footer {
  height:100px;
}
#footer p {
  margin:30px auto 0 auto;
  display:block;
  width:560px;
  height:40px;
}
-->