#tour {
   position: relative; 
   top: 0px; 
   left: 0px; 
   overflow: hidden;
}

#tour #buttons-container {    
   height: 39px; 
   position: absolute;    
   z-index: 100 !important;
}

#tour #sections-screen {
   position: absolute; 
   left: 0px; 
   top: 0px;
   z-index: 90 !important;
   overflow: hidden;
}

#tour .sectiondiv {
   overflow: hidden;
   background-repeat: no-repeat;
}

#tour #sections-container {
   position: absolute; 
   left: 0px; 
   top: 0px;
   z-index: 90 !important;
   overflow: hidden;
}

#tour #buttons-container table.buttons-layout {
   border-collapse: collapse; 
   width: 100%;
}

#tour #sections-container table.sections-layout {
   border-collapse: collapse; 
   margin: 0px;
   padding: 0px;
   width: 100%;
   border: 0px;
}

#tour #sections-container table.sections-layout td.section-spot {
   margin: 0px;
   padding: 0px;
}

#tour #buttons-container table.tour-button {
   width: 100%;
   border-collapse: collapse;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   height: 39px;
   overflow: hidden;
   cursor: pointer;
}

#tour #buttons-container table.tour-button tr {
   height: 39px;
   overflow: hidden;
   cursor: pointer;
}

#tour #buttons-container table.tour-button td {
   height: 39px;
   overflow: hidden;
   background-repeat: repeat-x;
   background-image: url('../images/tour-control/tb-mn.png');
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   width: auto;
   vertical-align: top;
   cursor: pointer;
}

#tour #buttons-container table.tour-button td .hoverer {
   background-image: none;
   height: 39px;
}

#tour #buttons-container table.tour-button td .hovered {
   background-image: url('../images/tour-control/tb-mn.png');
}

#tour #buttons-container table.tour-button td.l {
   background-repeat: no-repeat;
   background-image: url('../images/tour-control/tb-ln.png');
   width: 5px;
}

#tour #buttons-container table.tour-button td.l .lhoverer {
   background-image: none;
   height: 39px;
}

#tour #buttons-container table.tour-button td.l .hovered {
   background-image: url('../images/tour-control/tb-ln.png');
}

#tour #buttons-container table.tour-button td.r {
   background-repeat: no-repeat;
   background-image: url('../images/tour-control/tb-rn.png');
   width: 5px;
}

#tour #buttons-container table.tour-button td.r .rhoverer {
   background-image: none;
   height: 39px;
}

#tour #buttons-container table.tour-button td.r .hovered {
   background-image: url('../images/tour-control/tb-rn.png');
}

#tour #buttons-container table.tour-button td div.legend {
   color: #4a8ab9;
   padding-left: 6px;
   padding-top: 8px;
   font-size: 11px;
   font-weight: normal;
}

#tour #buttons-container table.tour-button td div.active {
   font-weight: bold;
   color: #ffffff;
}
