Parallax scroller issues on iphone

on our website http://familydentalhealthonline.com/ we have a parallax slideshow thing on the home page. Works great, but then when you view it on an iphone and or tablet and try using your finger to scroll, it wont scroll if you press down on the slideshow. You have to click around it. Any way to fix this?

Just as a suggestion, you could resize the image and its container at small screen sizes. E.g.

@media only screen and (min-width : 320px) and (max-width : 480px) {
.da-img {width: 40% !important;}
.da-img img {width: 100%;}
}

Yea I haven’t worked on that yet. Just trying to figure out the issue with not being able to scroll on an iphone or ipad. Thanks though.