Thanks for the reply, will have a look when 2.4.0 comes out.
gabrieldilaurentis,
Create a custom theme or edit the existing one and adjust the pagination li settings.
I’ve made these large youtube indicators for my video slideshow.
.slideshow_container .slideshow_pagination ul li {
margin: 10px 20px 30px 20px;
width: 50px;
height: 50px;
background: url(http://img.youtube.com/vi/1.jpg) no-repeat;
background-size: cover;
background-position:center;
}