/* ############### Stylesheet for Internet Explorer Tweaks and fixes ################ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FORMS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.button { line-height: 1; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TRANSPARENT PNGS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

img, a, div, span, li {
  behavior: url(../scripts/iepngfix.htc);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MODAL DIALOG ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.thumbnail {
  /*width:expression(this.width > 200 ? "200px" : this.width);*/
	/*height:expression(this.height > 200 ? "200px" : this.height);*/
	width: 200px;
	height: 200px;
}