.swiper-container {
    width: 480px;
    height: 360px;
}
#slideshow-cont{
    width: 580px;
    position: relative;
    margin: 0 auto;
}
.controls .last, .controls .next{
    position: relative;
    display: block;
    height: 44px;
    width: 44px;
    float: left;
    cursor: pointer;
}
#slideshow-cont .controls .last{
    background: url('../../infoecke/img/blablaklar/last.png') no-repeat;
}
#slideshow-cont .controls .next{
    background: url('../../infoecke/img/blablaklar/next.png') no-repeat;
}
#slideshow-cont .controls{
    margin: 0 auto;
    position: relative;
    display: block;
    height: 50px;
    width: 270px;;
    margin-top: 20px;
}
#slideshow-cont .pagination{
    float: left;
    position: relative;
    display: block;

    margin: 0 5px;
    margin-top: 10px;
    height: 28px;
}
#slideshow-cont .swiper-pagination-switch{
    background: url('../../infoecke/img/blablaklar/default.png') no-repeat;
    width: 28px;
    height: 28px;
    float: left;
    display: block;
    position: relative;
}
#slideshow-cont .swiper-pagination-switch.swiper-active-switch{
    background: url('../../infoecke/img/blablaklar/active.png') no-repeat;
}
#ep_overlay{
    background:#000;
    opacity: .65;
    filter: alpha(opacity=65);
    position: fixed;
    top: 0px;
    left:0px;
    height: 100%;
    width: 100%;
    z-index: 9999;
}
#slideshow-cont .swiper-wrapper img{
    max-width: 100%;
  top: 0px!important;
    height: auto;
}
#slideshow-cont .swiper-slide{
    overflow: hidden;
    height: auto !important;
}
#slideshow-cont .swiper-wrapper{
    height: auto !important;
}
#slideshow-cont .swiper-container{
    width: 580px;
    /*height: 600px;*/
    height: auto;
}