#SlideItMoo_outer {  
	min-width: 630px; 
	display: block; 
	position: relative;
}
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display: block; 
	position: absolute; 
	cursor: pointer;
	width: 40px; 
	height: 180px; 
	right: 0px; 
	top: 0px; 
	background: url(button_rechts.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left: 0px; 
	background: url(button_links.png) no-repeat center;  
}

#SlideItMoo_inner{ 
	position: relative; 
	overflow: hidden; 
	width: 550px;
	margin: 0 auto;
}
#SlideItMoo_items { 
	display: block; 
	position: relative; 
}

