It looks like your theme has a built in slider that is conflicting with the slideshow:
<script type="text/javascript">var slider_image_path = 'https://www.folioobject.com/wp-content/themes/WPStore/images/ajax-loader.gif';</script>
<script type="text/javascript" src="https://www.folioobject.com/wp-content/themes/WPStore/library/js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="https://www.folioobject.com/wp-content/themes/WPStore/library/js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="https://www.folioobject.com/wp-content/themes/WPStore/library/js/slider.js"></script>
<script type="text/javascript">
var slider_speed = 3250;
</script>
If your disable or remove that the slideshow should work. for the dropdowns, you should just need to tweak the z-index, check out the FAQ for more info.