/* Diese CSS ist für die Darstellung in den Browsern Firefox und IE verantwortlich */

/* Firefox - Hochkantbild wird beschnitten */
.csi-textpic-div-zoom .csi-imagewrap IMG {
	position:absolute;
	margin-left:-40px;
	padding-left:4px;
	padding-right:4px;
	clip:rect(0px 0px 65px 76px);
	overflow:hidden;
}

/* IE6 - Hochkantbild (alle anderen auch) werden auf bestimmte Höhe gequetscht */
* HTML .csi-textpic-div-zoom .csi-imagewrap IMG {
	position:relative;
	height:63px;
	width:76px;	
	margin-left:0px;
	overflow:hidden;
}
/*
*HTML .csi-textpic-div-zoom .csi-imagewrap IMG {
	position:relative;
	width: expression( this.scrollWidth > 60 ? "70px" : "50px" );
	height: expression( this.scrollHeight > 60 ? "60px" : "70px" );
	margin-left:0px;
	overflow:auto;
}
*/



* HTML .csi-textpic-div-zoom .csi-imagewrap A {
	margin-right:-4px;
}
/* IE7 - erstaunt immer wieder - bei Angabe von max-height wird die breite neu berechnet */
* + HTML .csi-textpic-div-zoom .csi-imagewrap IMG {
	position:relative;
	max-height:65px;
	margin-left:0px;
	padding-left:0px;
	padding-right:0px;
	width:76px;
}
