
/* Still needed for IE 7 */
.roset_big p.hint     { filter:alpha(opacity=80); }
#imagebox .background { filter:alpha(opacity=20); }

* html #wrapper #newsnav li {
  background-image:none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/resources/img/newsnav.png');
}

* html #wrapper .transparency_left {
  background-image:none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/resources/img/transparency_left.png');
  /* urls moeten absoluut voor de filters */
}

* html #wrapper .transparency_right {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/resources/img/transparency_right.png');
}

.black_overlay {
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
}

.roset_big p.hint {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity:.8;
}

/* IE tries to download "-moz-grab" as URL... */
* html .ui-draggable a { cursor:url("../img/openhand.cur"); }
*+html .ui-draggable a { cursor:url("../img/openhand.cur"); }

* html .ui-draggable-dragging,
* html .ui-draggable-dragging a { cursor:url("../img/closedhand.cur"); }

*+html .ui-draggable-dragging,
*+html .ui-draggable-dragging a { cursor:url("../img/closedhand.cur"); }

