.module_slider_structure_slider_wrap .indi_slide_wrap {position:static;}
.flexcontainer {
-ms-box-orient: horizontal;
display: -ms-Flexbox;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;

	-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
			justify-content: center;
			
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
	
width:100%;}
.flexcontainer img{padding:10px;}

.boxbody{box-sizing:border-box;}