/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:45px; 
	height:19px; 
	top:6px; 
	right:12px; 
	background:url(../../../billeder/3_pile_hoejre.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:12px;
	background:url(../../../billeder/3_pile_venstre.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative; 
	overflow:hidden; 
	width:1000px ; /* set a display width to make the slider look good in case js is disabled */
	margin-top:32px;
	margin-left:15px;
	padding:0px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items {
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin-right:9px;
	width:256px;
	height:220px;
	color:#FFFFFF;
}
#SlideItMoo_items a {clear:both; display:block;}
#SlideItMoo_items a img{ border:none; }
