For proving the concept I added some css rules to see that the selector works.
/* this makes the green area around the image */
#slideshow li.current {
background: #7ABA17;
}
/* this makes the active slide link green */
#slide-pager a.activeSlide {
color: #7ABA17;
}