рони,
#underheader .thumb {
height: 140px;
width: 100%;
}
#underheader .thumb a {
display: block;
position: relative;
width: 100%;
height: 100%;
z-index: 4;
}
#underheader .thumb .overlay_corner {
position: relative;
width: 100%;
height: 100%;
top: -140px;
z-index: 3;
background-image: url(../images/overlay_corner.png);
background-repeat: no-repeat;
background-position: 22% 100%;
}
#underheader .thumb .overlay_title {
position: relative;
width: 190px;
height: 110px;
background-color: rgba(200,26,60,0.5);
top: -280px;
z-index: 1;
padding: 30px 15px 0px;
visibility: hidden;
}
#underheader .thumb .overlay_like {
position: relative;
width: 140px;
height: 50px;
padding: 90px 0 0 80px;
background-image: url(../images/overlay_like.png);
background-repeat: no-repeat;
background-position: 20% 78%;
top: -420px;
z-index: 2;
visibility: hidden;
}
#underheader .thumb img {
position: relative;
width: 220px;
height: 100%;
top: -560px;
z-index: 0;
}