div.package_banner {
    margin: -20px 0 20px 15px;
}
#online_prezentace_div{
    margin: 15px;
    width: 265px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.online_prezentace_img{
    position: relative;
    border-radius: 10px;
    width: 263px;
    border: 1px solid #d8d3ba;
}
#shadow_of_the_wall {
    cursor: pointer;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-box-shadow: inset 0 0 20px #dfd9c4;
    -webkit-box-shadow: inset 0 0 20px #dfd9c4;
    box-shadow: inner 0 0 20px #dfd9c4; 
    z-index: 1;
}
