In my CSS, I have a div.xx-wrapper:hover that triggers when hovered on. This action should also trigger two other tags in the CSS: div.slider-nav span.right:hover and div.slider-nav span.left:hover;
Essentially, I am trying to create an effect where hovering over the wrapper container will mimic hovering over both the right and left slider buttons.