#browsers li {
	position: relative;
 background-image: expression(this.runtimeStyle.backgroundImage="none", this.innerHTML = '<img alt="" src="documentation/img/doc/browsers.png">'+this.innerHTML);
}
#browsers li:before, #browsers li img {
	content: url(../img/doc/browsers.png);
	position: absolute;
	top: 4px;
	clip: rect(0 16px 16px 0);
	left: -20px;
	line-height: 0;
}
#browsers .chrome:before, #browsers .chrome img {
	clip: rect(0 32px 16px 16px);
	left: -36px;
}
#browsers .ie:before, #browsers .ie img {
	clip: rect(0 48px 16px 32px);
	left: -52px;
}
#browsers .opera:before, #browsers .opera img {
	clip: rect(0 64px 16px 48px);
	left: -68px;
}
#browsers .safari:before, #browsers .safari img {
	clip: rect(0 80px 16px 64px);
	left: -84px;
}
.clear {
	clear: both;
}
