/* IE FLICKER FIX -------------------------------------------------------------------------------------------- */

html { filter: expression(document.execCommand('BackgroundImageCache', false, true));  }


/* ROW ----------------------------------------------------------------------------------------------------------- */

.row { zoom:1; }  


/* COLUMN -------------------------------------------------------------------------------------------------------- */

.col { display: inline-block; }