
/* DIV container slider example */
#gallery_container2 {  
	width:940px ; 
	height:134px ; 
	background:000 ; 
	padding-top:5px; 
	margin-left:5px;
	margin-right:5px;
	display:block; 
	position:relative; 
}

/* create custom forward-backward buttons for this container */
#gallery_container2 .addfwd { 
	display:block; 
	position:absolute;
	cursor:pointer; 
	width:35px; 
	height:139px; 
	top:0px; 
	right:0px; 
	background:url(../images/scroll-right.gif) center center no-repeat; 
	float:right;
}

#gallery_container2 .addfwd:hover {background:url(../images/scroll-right-hover.gif) center center no-repeat; }

/*#gallery_container2 .hover {
	background-color:#333
} /*fade farve når musen køres over venstre pilen*/



#gallery_container2 .addbkwd { 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:35px; 
	margin-right:0px;
	height:139px; 
	top:0px; 
	left:0px; 
	right:0px;
	background:url(../images/scroll-left.gif) center center no-repeat;   
}

#gallery_container2 .addbkwd:hover {background:url(../images/scroll-left-hover.gif) center center no-repeat; }



/* the width is set to show the number of thumbnails that will be visible */
#thumb_container2{ 
	position:relative ; 
	overflow:hidden ; 
	width:940px ; 
	height:139px ; 
	margin:0px auto 0px; 
}
/* the thumbnails container; set a width on it so everything will be fine */

#thumbs2 { 
	display:block; 
	position:relative; 
	width:9950px; 
}
	

#thumbs2 div.thumbnail { 
	display:block; 
	position:relative; 
	float:left; 
	margin-right:9px; 
	margin-left:9px; 
	padding-bottom:9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#fff; 
	width:85px; 
	text-align:center; 
}

#thumbs2 a {
	padding:0px;
	margin:0px; 
	clear:both; 
	display:block; 
}
	
#thumbs2 a img{ 
	border:0px #ff0000 solid; 
}

/* the forward and backward buttons */
/*.addfwd { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:0px; right:0px; background:url(../images/gallery_fwd.jpg) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:101px; top:0px; left:0px; background:url(../images/gallery_back.jpg) no-repeat;  }*/
/* thumbnail slider end */




