How to round corners of Gallery Slideshow

To make round corners of Gallery Slideshow, you can use this code to Custom CSS box.

div[class*="slideshow-item-src"] img, div.sqs-gallery-thumbnails img {
    border-radius: 50px !important;
}