.carousel_image{
    width: 410px;
    height: 310px;
    background-repeat: no-repeat;
    margin-top: 20px;
    overflow: hidden;
    float: left;
}
.slider_image{
    height: 100%;
    display: flex;
    width: 310%;
    transition:all 0.3s;
    background-color: none;
}
.slider_image section{
    /*margin-left: -15px;*/
    background-color: none;
}
.slider_image section img{
    transition: 1s;
    width: 100px;
}
.slider_image_control {
    width: 360px;
    height: auto;
    margin-left: 25px;
    margin-top: 40px;   
    display: flex;  
}
.slider_image_control ul{
    width: auto;
    height: 40px;
    display: flex;
    justify-content: center;
}
.slider_image_control ul li{
    width:75px;
    height:55px;
    cursor: pointer;
    list-style-type: none;
    margin: 0px 10px 10px 10px;
    display: flex;
    justify-content: center; 
}
.slider_image_control ul li.selected{
    opacity: 0.4;
    transition:all 0.3s;
}
.slider_image section img{
    cursor:zoom-in;
}
#img_ortala{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}