I am building a new site and am having an issue with zx slider where my slider images are bouncing up and down. I have confirmed that all of the slider images are the same size. The only fix I have come up with so far is to edit index_home.css and removing "display: block;" from the following lines code:

.nivo-main-image {
display: block !important;
position: relative !important;
width: 100% !important;
}

The problem with this solution is that it creates a new issue where the slideshow is blank for about 3 seconds when the site first comes up. Has anyone else experienced this issue and/or have a solution? Here is the problem child: www.helmetenvy.com. Thank you.