ok, so its no way an official way to do it. Its just a jquery code i made to get around this, until the developers fully support this option.
Hope it helps!
jQuery(document).ready(function() {
jQuery("#slider a img").each(function (i) {
jQuery(this).parent().attr('target','_blank');
});
});