To accomplish this effect go to Custom codes > Custom CSS:
Then paste the following custom CSS code:
.image-slider .is-thumbnails .is-thumbnail.selected {
box-shadow: 0 0 0 3px blue !important}
Save changes and all set!
You can change the blue color to whichever one you want or even use RGB or HEX colors.