This works, thx.
In order to avoid potential conflicts with other sliders I made the defintion a little more specific
.headerslider #slides { display: none; }
Additionally, I set a height to the slider container to reserve the space the slider image will take up:
.headerslider { height: 280px; }