/* CSS Document */
#imageGallery{}	
#imageGallery ul, #imageGallery li{
	margin:0;
	padding:0;
	list-style:none;
	}
#imageGallery li{ 
	width:670px;
	height:300px;;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:21px;
	height:26px;
	position:absolute;
	top:137px;
	left:2px;
	}	
#nextBtn{ 
	left:647px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:26px;
	height:26px;
	background:url(/Files/Billeder/danski2008/interface/arrowLeftExtreme.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(/Files/Billeder/danski2008/interface/arrowRightExtreme.gif) no-repeat 0 0;	
}	

	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background-color:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background-color:#5DC9E1;
		color:#fff;
		}

	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

