.locations-group-nav-iframe .franchiseList{ display: table; margin:0 auto; }
.locations-group-nav-iframe .locations .franchiseList li{ display: inline-table; }
.locations-group-nav-iframe .franchiseList li a{ display: table-cell; }
.locations-group-nav-iframe .slab{ position: absolute; }
.locations-group-nav-iframe .childList{ position: absolute; left: -9999px; }
.locations-group-nav-iframe .hideChildList { display:none; }
.locations-group-nav-iframe .selected .childList{ position: static; left: auto; }
.locations-group-nav-iframe .selected .childList li{ cursor: pointer; }
.locations-group-nav-iframe .franchiseList:after{ content: "."; clear: both; overflow: hidden; visibility: hidden; display: block; height: 0; }

.locations-group-nav-iframe iframe { border:none; }

/* =ie */
*+html .locations-group-nav-iframe .franchiseList{ zoom: 1; }
*+html .locations-group-nav-iframe .franchiseList li{ display: inline; zoom: 1; }
*+html .locations-group-nav-iframe .franchiseList li a{ display: inline-block; }