Never mind.. I’ve found a solution to this (without javascript or jQuery for now). Maybe not the best, most solid way of doing it, but works nonetheless.
In slider.php.. change:
class=”action-button”>
To:
class=”action-button” target=”_blank”>
Cheers.