/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:675px; 
	margin:0;
	margin-top:30px; 
	display:block; 
	position:relative; 
	padding:0;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:46px; 
	height:160px; 
	bottom:0px; 
	right:10px; 
	background:url(/fileadmin/template/img/pfeil-rechts-trans.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:10px; 
	background:url(/fileadmin/template/img/pfeil-links-trans.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:675px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 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; 
	font-size:12px; 
	width:212px; 
	text-align:left; 
	color:#484747;
	padding-left:5px;
}
#SlideItMoo_items a {
color:#fd6708; 
text-decoration:none;
font-weight:bold;
fontz-size:12px;
padding:0;
}

#SlideItMoo_items a img{ border:none; }



