/*position and hide the menu initially - leave room for menu items to expand...*/
#page {
  position: absolute;
  top:50%; 
  margin-top: -320px;
  padding-top:150px;
  padding-bottom:20px;
  width:100%;
}
#menu {
  position:absolute;
  top:0; left:0; 
  width:100%; 
  display:none;
}
/*dock styling...*/
/*...centre the dock...*/
#menu div.jqDockWrap {margin:0 auto;}
/*...set the cursor...*/
#menu div.jqDock {cursor:pointer;}
/*...add padding between images...*/
#menu img {padding:0 8px;}
/*label styling...*/
div.jqDockLabel {font-weight:bold; font-style:italic; white-space:nowrap; color:#ffffff; cursor:pointer; padding:0 1px;}