#mg_kontainer{
    position:relative;
    width:500px;
    height:400px;
    margin:auto;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5), -2px -2px 5px rgba(0,0,0,0.5);
   
 
}
#mg_left{
position: absolute;
left:-35px;
right: 100%;
top:0;
bottom:0;
margin:auto;
width:70px;
height:70px;

}
#mg_right{
    position: absolute;
    left:0;
    right: -96%;
    top:0;
    bottom:0;
    margin:auto;
    width:70px;
    height:70px;   
}
#mg_middle{
    overflow: hidden;
    padding:0;
 
}
#mg_foto img{
    float:left;
    margin:0;}
   
#mg_foto {
    transition: all 0.5s;

}