Quote Originally Posted by technett View Post
Hi there,
I installed this theme and it is lovely. The only issue I am having is that the slider images seem to show a small portion of one image and the majority of the next image.
Nett
Find this line in the stylesheet:

#slider{margin:auto;padding:0}

and add this line after it:

#slider ul { padding:0px; }

That fixed the problem for me.