ul, li, h4, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}
.prev { 
    /* START    flytter kanppen opp og inn*/   
/*    position:relative;*/
/*    left:40px;*/
      position: absolute; 
     top: 1px; left: 2em; width: 120px; 
  /* SLUTT    flytter kanppen opp og inn*/     
	float:left; 
	background:url(images/arrow-left.gif) no-repeat; 
	width: 26px;
	height: 26px;
	cursor: pointer;
	color: none;
    
	margin-top: 10px;
}
.next {
    
/* START    flytter kanppen opp og inn*/

     position: absolute; 
     top: 1px; right: 2em; width: 120px; 
    
    
	float:right; 
	background:url(images/arrow-right.gif) no-repeat; 
	width: 26px;
	height: 26px;
	cursor: pointer;
	color: none;
	margin-top: 10px;
    
}

#screen2{
	position:relative;
	width:982px;
}
     
.prodListImageScroll { text-align: center; height: 270px; }
.prodListDescScroll {
color:#80786c;
font-size:12px;
height:175px;
padding-left:10px;
padding-right:10px;
}
#slideshow{
	overflow:hidden;
	width:982px;
}

	#slideshow ul{
		width:3900px;
	}

		#slideshow li{
			float:left;
			margin:0 16px;
			cursor:pointer;
		}


