.ModalBackground {
  background-color: rgba(0, 0, 0, 0.8);    
  opacity: 1;
}

#in-news-popup dl.popup-photo {
    background:none;padding:0px;
    width: auto;
}
#in-news-popup dl.popup-photo img {
    max-width:1000px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 25px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 25px -1px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 25px -1px rgba(0, 0, 0, 0.75);    
}
#DialogContainer {
    left:auto!important;
    width:auto!important;
    margin:0px auto;
    left: 0!important;
    right: 0!important;
    margin-left: auto!important;
    margin-right: auto!important;
    width: 1000px!important;
}
#in-news-popup {
    width:auto;
}
#in-news-popup .popup-bottom {
    background:none;
}
div.infographic {
    position:relative;
}
div.infographic img {
    border-radius: 5px;
    -webkit-transition: all 0.5s;transition: all 0.5s;
}
div.infographic:hover img {
    opacity: 0.7;
}
div.infographic em {
    cursor: pointer;
    position: absolute;
    left: -15px;
    top: -15px;
    width: 35px;
    height: 35px;
    font-size: 0px;
    /*background: url('http://doldev2assets.mgmt.in.gr/layout/themes/1/default/Media/News/magnifier.png') no-repeat left top;*/
    background: url('http://www.in.gr/files/1/Infographics/code/magnifier.png') no-repeat left top;
}