/* IE ignores css styles with [attributes], so it will skip the following. */.transback {	display:none;     position:absolute;	padding:5px;	border: 1px solid #FFFFFF;	width:200px;  /* Mozilla ignores crazy MS image filters, so it will skip the following */  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/generic/g_trans.png');}/* IE ignores styles with [attributes], so it will skip the following. */.transback[class] {  background-image:url(../img/generic/g_trans.png);}.transbackOpen {	display:none;     width:367px; 	float:right;	padding:0 5px; }
