.module_image_slider  {
    margin-bottom:100px;
}
.module_image_slider .slider_container {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;

    width: 100%;
    height: 550px;
}
.module_image_slider .slider {
    width: 100%;
    height: 100%;
}
.module_image_slider .slider .slide {
    float: left;
    width: 100%;
    height: 550px;
    overflow: hidden;
}
.module_image_slider .slider_next_outer,
.module_image_slider .slider_prev_outer {
    top:auto;
    bottom:150px;
}
.module_image_slider .slider_pager {
    bottom: -80px;
}
.module_image_slider .slider_pager:after {
    background-image: url("../../../../../../fileadmin/templates/img/line.png");
    background-repeat: no-repeat;
    width: 1200px;
    height: 2px;
    margin: 0 auto;
    margin-top:30px;
}

.module_image_slider:before {
	content:" ";
	display:block;
	width:100%;
	height:100%;
	background:url("../../../../../../fileadmin/templates/img/used-image-slider-left.png") no-repeat left top;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	pointer-events: none;
}
.module_image_slider:after {
	content:" ";
	display:block;
	width:100%;
	height:100%;
	background:url("../../../../../../fileadmin/templates/img/used-image-slider-right.png") no-repeat right bottom;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	pointer-events: none;
}
