.more:after {
	content: '…';
}
.more {
	behaviour: expression(this.innerHTML = '&#133;');
}

a.return:before {
	content: 'Вернуться к списку…';
}
a.return {
	behaviour: expression(this.innerHTML = 'Вернуться к списку&#133;');
}


.pagination .left_arrow:after {
	content: '«';
}
.pagination .left_arrow  {
	behaviour: expression(this.innerHTML = '&laquo;');
}
.pagination .right_arrow:after {
	content: '»';
}
.pagination .right_arrow  {
	behaviour: expression(this.innerHTML = '&raquo;');
}
