/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* zoom */
.overflow,
.w-clear,
.zoom {
  zoom: 1;
}

/* common */
* html {
  padding-left: 1000px;
}

* html body {
  zoom: 1;
}

* html #minwidth {
  margin-left: -1000px;
  zoom: 1;
  position: relative;
  width: auto;
}

* html .centered ul {
  float: left;
}

* html label {
  overflow: hidden;
}

* html #content-shadow {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
  width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

/* other stuff  */
* html .head .logo {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/temp/mediastreetgroup/i/logo.png', sizingMethod='crop');
}

* html .jcarousel-clip-vertical {
  width: 230px;
}
