With the Pro version, you can set the access level to a certain slider with the access or usergroup parameter.

You can also exclude access by placing a ! before the value.

{slider title="This slider is only visible to guest visitors" access="Guest"}
    [TEXT]
{slider title="This slider is only visible to registered users" access="Registered"}
    [TEXT]
{slider title="This slider is only visible to Authors and Editors" usergroup="Authors,Editors"}
    [TEXT]
{slider title="This slider is NOT visible to guest users" access="!Guest"}
    [TEXT]
{slider title="This slider is NOT visible to Editors" usergroup="!Editors"}
    [TEXT]
{/sliders}