Hi,
It comes from that CSS:
div.thumbnail {
float: left;
position: relative;
width:11px !important;
height:11px !important;
background: #ffffff !important;
border:none !important;
-webkit-border-radius: 50px !important;
-moz-border-radius:50px !important;
border-radius:50px !important;
-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4) !important;
-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4) !important;
box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4) !important;
}
from the file templates/ezwebhosting/css/template.css of your template.
Remove it and it will already display way better.
The best is to contact your template provider for more precise help on the customization of the CSS of your template.