
/* ----------------IMAGE SLIDER------------- */
#footer_dezemaandin {
	width:311px;
	height: 200px;
	display:block; 
	position:relative; 
	border-bottom:5px #6E6A64 solid;
}
/* create custom forward-backward buttons for this container */
#footer_dezemaandin .SlideItMoo_forward,
#footer_dezemaandin .SlideItMoo_back{
	display:block; 
	position:absolute; 
	cursor:pointer; 
	height:170px;
	bottom:0px; 
	right:0px;
	background: url('../images/dezemaand_arrow_right.png') no-repeat center;
	width: 30px;
	top: 10px;
}
#footer_dezemaandin .SlideItMoo_back {
	left:0px;
	background: url('../images/dezemaand_arrow_left.png') no-repeat center;
}

/* the width is set to show the number of thumbnails that will be visible */
#mtScroller_inner{
	position:relative ; 
	overflow:hidden ; 
	width:290px ; /* set a display width to make the slider look good in case js is disabled */
	height: 180px;
	margin:0px auto 0px;
	padding:10px 0px 10px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#mtScroller_thumbs {
	display:block; 
	position:relative; 
}


/* single element design */
#mtScroller_thumbs div.mtScroller_element {
	margin: 3px;
	display:block;
	position:relative; 
	float:left; 
	font-size:11px; 
	width:120px;
	text-align:center;
	color:#FFFFFF;
}

#mtScroller_thumbs a { padding:0px; margin:3px 0px 3px; clear:both; display:block; padding:2px; font-size: 10px; }
#mtScroller_thumbs .first a { font-size: 14px; }
#mtScroller_thumbs a img{ border:none; width: 80px; margin: 0px; margin-top: 15px; }
#mtScroller_thumbs .first a img{ border:none; width: 106px; margin: 0px; }

