Login Register

Problem with Sliders and CSS

Hello,

I have a slider sitting in a cell of a table.
The table has a CSS class that has to remain. One of the things it does is give the table and its cells a small gray border.
I put a slider into a cell of the table.
The slider ends up having grey borders running across it.
I've tried putting border:none; into every part of the slider.
The only thing that seems to work is removing the class of the table, which I can't do.

Any suggestions?