Sadly, none of the suggestions above work for me. Im not having the issues (others here have described) regarding responsiveness in mobile view. However, I am having the issues when it comes to centering the images that appear in the slideshow, due to some images being landscape and others being portrait.
Firebug did allow me to test if I could add margin-left: auto and margin-right auto to the inline css its pulling out. However, I have no clue how/where I would add that in. The jquery that niknetniko gave didnt seem to have any effect.
Here is what I get inline on the slideshow, and where I can add the margin auto declarations in Firebug to get the centering I am seeking.
'element {
height: 155px;
position: absolute;
z-index: 6;
top: 0px;
left: 0px;
display: none;
width: 116px;
opacity: 0;'