.sirka
{
	width: 150px;
}


.mapa
{
	margin-top: 20px;
  display: block;
  height: 590px;
  overflow: hidden;
  
  /* background-color: blue; /* debug */
}

.mapa a
{
 
}
.mapa a img
{ 
	height: 368px;
}

.mapa a:hover
{
  position: absolute;
}

.mapa a:hover img
{
  height: 570px;
}