Ahh.. Thanks for clarifying.
Your CSS is compressed, so I can't see exactly what files need to be edited. The problem style is below. You'll need to remove the overflow:hidden attribute from it:
.column {
overflow: hidden;
float: left;
}That .column style seems to be declared twice. You'll need to fix it in both locations in your CSS files.
Hope that helps,
Alex