#imageContainerXF {
	height:190px;
}
#imageContainerXF img {
	display:none;
	position:absolute;
}
html>body .mask {
height:190px;
position: absolute;
background-image:url(/fileadmin/templates/img/image.png);
background-repeat:no-repeat;
background-position:right;
z-index:101;
}
html>/**/body .mask {
width:875px !important;
}

*+html .mask {
width:875px !important;
}

* html .mask {
z-index:101;
width:204px;
height:190px;
position: absolute;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/fileadmin/templates/img/image.png');
}