div.mini_opisanie { 
    position: relative; 
    width: 90px; 
    height: 125px;
    margin:0px; 
    padding:5px; 
  display:-moz-inline-stack;/*Firefox 2*/
  display:inline-block; /*Хорошие браузеры*/
  _overflow:hidden;/*IE6, IE7*/
  *zoom:1;/*включаем hasLayout для IE6, IE7*/
  *display:inline;/*при hasLayout true display:inline в IE6, IE7 ведёт себя как display:inline-block*/
text-align: center; vertical-align: bottom;
}
div.name { position: absolute; padding: 0; top: 90px; left: 10px; right: 10px ; font-family: Arial;  font-size: 12px; color: maroon; font-weight: bold; height: 45px; }
div.name  a {  font-family: Arial;  font-size: 12px; color: maroon; font-weight: bold; text-align: center; vertical-align: bottom; text-decoration: none;}
div.mini_opisanie  img { width: 80px; height: 80px; border-width: 0;  -moz-border-radius: 10px; -webkit-border-radius: 10px;}

