Hi Ton
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Edit to taste
div.layerslideshow .tns-slider img {
transform: scale(1.8);
transition: all 20s linear;
transition-delay: .4s;
}
div.layerslideshow .tns-slide-active img {
transform: scale(1);
}
CIaran