.floats
{
margin: -3em 0 0 -1em;
position: relative;
display: inline-block;
clear: both;
}
.floats:after
{
content: '';
display: block;
clear: both;
}
.floats .left
{
position: relative;
float: left;
display: inline;
overflow: hidden;
margin: 1em 0 0 1em;
width: 14em;
min-width: 160px;
}
.floats .left .r
{
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.floats .left .min
{
margin: 0 0 110px 0;
height: 10em;
width: 160px;
}