/* Sidescroll Navigation - CSS */

#navcontainer {
    width:98%;
    height: 47px;
    overflow: hidden;
}

#navmodules {
    height:60px; /* 40px - more place for scrollbar, is hidden under parent box */
    padding:2px;
    white-space:nowrap;
    overflow-x: scroll;
    overflow-y: hide;
	-webkit-overflow-scrolling:touch;
}
.navmodule {
    display:inline-block;
 /*   width:120px;	*/
    height:42px;
    line-height:42px;
    text-align:center;
}
.navmodule + .navmodule {
    margin-left:-5px;
}