/* FlexSlider Default Theme anpassungen
*********************************/
.flexslider {
	width:95%; 
	margin: 0 0 0px;
	
	background: none;
	border: none; 
	position: relative; 
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	-o-border-radius: 0px; 
	border-radius: 0px; 
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;

}
ul.slides {
	margin-left:-30px; 
}
.flexslider  h2 {

}
/*
ul.slides > li {
	margin-left:0;
}*/