section {
max-height: 15px;
overflow: hidden;
background-color: ;
width: ;
padding: 4px;
color: #929292;
-webkit-transition: max-height 1s ease;
-moz-transition: max-height 1s ease;
-o-transition: max-height 1s ease;
transition: max-height 1s ease;
font:12px Tahoma;
text-align: center;
}

section:hover {max-height: 200px;}

span{color:#1a428a; display:block; margin-bottom:5px;}