#tour_overlay { display: none; background-color: #000; height: 100%; width: 100%; position: fixed; top: 0; left: 0; z-index: 1498; }
#tour_overlay.tour_landmark { display: none !important; }
#tour_overlay2 { height: 100%; width: 100%; position: fixed; top: 0; left: 0; z-index: 1500; }
#tour_center { position: fixed; top: 50%; left: 50%; }
#tour_nav { text-align: left; padding: 5px 0 0; }
#tour_nav a { font-weight: bold; color: inherit; margin: 0 3px; }
#tour_nav a.close, #tour_nav a.auto { float: right; }
#tour_nav a.state-disabled { cursor: default; }
#tour_nav a.auto.state-disabled { cursor: pointer; }
#tour_nav a.state-disabled img { filter: alpha(opacity=25); opacity: 0.25; }
.tour_landmark { position: relative; z-index: 1499 !important; }
.tour_container { font-size: 14px; padding: 5px 10px 8px; }
#tour_border { border-bottom: 1px solid #fff; filter: alpha(opacity=25); opacity: 0.25; clear: both; }
#tour_timer { height: 2px; width: 1px; background-color: transparent; filter: alpha(opacity=50); opacity: 0.50; }
#tour_timer.active { background-color: #fff; }
#tour_list { margin: -5px auto 2px; font-size: 12px; line-height: 12px; text-align: center; letter-spacing: 2px; padding: 0 15px; }
#tour_list span { filter: alpha(opacity=25); opacity: 0.25; }
#tour_list span.current { filter: alpha(opacity=100); opacity: 1; }
.ie8 #tour_list span { display: inline-block; }