Sale Highlights
Wednesday xx April
Download the market summary report
View the Lot by Lot Results
Wednesday xx Future
Over 500 lots including:
- Big cows
- Little cows
- Pretty cows
- Ugly cows
// Parallax JS document.querySelectorAll('.scene').forEach((elem) => { const modifier = elem.getAttribute('data-modifier') basicScroll.create({ elem: elem, from: 0, to: 519, direct: true, props: { '--translateY': { from: '0', to: `${ 10 * modifier }px` } } }).start() })