Hi I was wondering if anyone might be able to stear me in the right direction, Ihave searched through the template.css and there is nothing obvious that controls "indexDesktopSlide".. This is the code that I have found for slideshow but I can't see anything relating to slide background (indexDesktopSlide) it's only controling slideshowforground. Yes it says background below but it's for the foreground properties.
.slideshowforeground01
{
background: url(../images/slideshowforeground001.png) ;
}
.slideshowforeground01
{
background-size: 100% 100%;
visibility:visible;
background-repeat: no-repeat;
background-position: center;
top: 10px;
left: 11.36%;
width: 77.2727272727273%;
height: 300px;
position:absolute;
transform:rotate(0deg);
-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
}