Hi!
I know, but this is not what I need. In fact I’ve resolved the question with CSS.
Case is, I have one promotion slider in home, with links, normal behaviour (buttons only appears when mouse is over).
Another one has the same links, but I want the buttons ever visible (no hover effect). Solved with id tag in the promotion slider and redefinition of hover effect with CSS like this:
#id_slider div.ps_hover {
display:block;
}