/* ###################################### */
/* STYLES SPECIFIC TO 'OUR CLIENTS' PAGES */
/* ###################################### */

/* Arranged alphabetically by tag, then by class/id name where applicable, then class/id of parent elements */

div#images {
  display: table;
  height: 206px;
  width: 194px;
  background: url(../images/bg/case-studies-logo-bg.gif) no-repeat;
}
div#images div#image {
  display: table-cell;
  vertical-align: middle;
}

div#image p {
text-align: center;
vertical-align: middle;

}

div#images img {
margin: 0;
}


<!--[if ie]>
div#images {
  height: 206px;
  width: 194px;
  position: relative;
 background-color: #ffffff;

}
div#images div#logo {
  position: absolute;
  top: 50%;
width: 194px;
}
div#images div#image  {
  position: relative\9;
  top: -40%;
width: 194px;
}

div#image img {
position: relative;
}

<![endif]-->

