/* Float Control */

.floatContainer:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.floatContainer {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .floatContainer {height: 1%;}
.floatContainer {display: block;}
/* End hide from IE-mac */

.floatContainer .clearFloats {
  clear: both;
}