You have a rule in dev/2012/templates/haws2012/css/template.css at line 1088:
Code:
.moduletable-boxpic,.moduletable-boxpic>div,.moduletable-boxpic>div>div,.moduletable-boxpic>div>div>div {
z-index:0!important;
}
that's messing with the slideshow's native z-index rotations and causing that jumping effect. It also allows the class="section" drop down divs to show over the slideshow. Unless you need it for something else, get rid of it and instead use this rule:
Code:
.section {
z-index: 1003 !important;
}
It will accomplish the same thing, but leave the slideshow intact.
If you do need it for something else, let me know what and we'll figure something out.
Bookmarks