 /*dynamic_image*/
 #dynamic_image_main
 {
    position: relative;
    background-image: url(../images/screen_shots/main.png);
    width: 283px;
    height: 600px;
    margin: auto;
 }
 
 #dynamic_image_augmented_compass
 {
    position: relative;
    background-image: url(../images/screen_shots/augmented_compass.png);
    width: 283px;
    height: 600px;
    margin: auto;
 }
 
 #dynamic_image_personal_locations
 {
    position: relative;
    background-image: url(../images/screen_shots/personal_locations.png);
    width: 283px;
    height: 600px;
    margin: auto;
 }
 
 #dynamic_image_famous_locations
 {
    position: relative;
    background-image: url(../images/screen_shots/famous_locations.png);
    width: 283px;
    height: 600px;
    margin: auto;
 }
 
 #dynamic_image_browser
 {
    position: relative;
    background-image: url(../images/screen_shots/browser.png);
    width: 283px;
    height: 600px;
    margin: auto;
 }
 
 #dynamic_image_add_location
 {
    position: relative;
    background-image: url(../images/screen_shots/add_location.png);
    width: 283px;
    height: 600px;
    margin: auto;
 }
 
 #dynamic_image_mail
 {
    position: relative;
    background-image: url(../images/screen_shots/mail.png);
    width: 283px;
    height: 600px;
    margin: auto;
 }
 
 #dynamic_image_map
 {
    position: relative;
    background-image: url(../images/screen_shots/map.png);
    width: 283px;
    height: 600px;
    margin: auto;
 }
 
 
 
 /*rounded boxes*/
 
 .pop-ups .tr
 {
    background: url(../images/roundedbox_tr.png) top right no-repeat;
    margin: 0;
    padding: 0;
 }
 
 .pop-ups .tl 
 {
   background: url(../images/roundedbox_tl.png) top left no-repeat;
   margin: 0;
   padding: 0;
 }

 .pop-ups .br
 {
   background: url(../images/roundedbox_br.png) bottom right no-repeat;
   margin: 0;
   padding: 0;
 }

 .pop-ups .bl
 {
   background: url(../images/roundedbox_bl.png) bottom left no-repeat;
   margin: 0;
   padding: 0;
 }
  
 .pop-ups .content
 {
   margin: 0;
   padding: 2em 2em 2em 2em;
 }

 .content p
 {
   margin: 0;
   padding: 0;
 }
 
 
 
 /*** pop-up boxes ****/
 
 /*target_location*/
 #target_location
 {
     position: absolute;
     top: 86px; left: 29px;
     width: 229px; height: 30px;
     background-image: url(../images/transparent.png);/* IE */
     /*filter: alpha(opacity=0);/* IE */
     /*-moz-opacity: 1; *//* Gecko-Browser */
     /*opacity: 0; *//* Opera 9+ */
     /*background-color: Fuchsia;*/
 }
 
 #target_location_box
 {
     position: absolute;
     top: -70px; left: 257px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
 #target_location_box_spike
 {
     position: absolute;
     top: 60px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
 
 /*update*/
 #update
 {
     position: absolute;
     top: 115px; left: 35px;
     width: 30px; height: 15px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #update_box
 {
     position: absolute;
     top: -70px; left: -235px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
 #update_box_spike
 {
     position: absolute;
     top: 50px; left: 192px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*own_position*/
 #own_position
  {
     position: absolute;
     top: 117px; left: 150px;
     width: 102px; height: 22px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #own_position_box
 {
     position: absolute;
     top: -60px; left: 137px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
 #own_position_box_spike
 {
     position: absolute;
     top: 42px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
 
 /*personal_locations*/
 #personal_locations
  {
     position:absolute;
     top: 146px; left: 177px;
     width: 77px; height: 19px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #personal_locations_box
 {
     position: absolute;
     top: -80px; left: 112px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
 #personal_locations_box_spike
 {
     position: absolute;
     top: 62px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
 
 /*fix*/
 #fix
  {
     position:absolute;
     top: 117px; left: 70px;
     width: 50px; height: 18px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #fix_box
 {
     position: absolute;
     top: -47px; left: -266px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
 #fix_box_spike
 {
     position: absolute;
     top: 30px; left: 190px;
     width: 100px; height: 30px;
     background-image: url(../images/spike_right_100.png);
 }
 
 /*famous_locations*/
 #famous_locations
 {
     position:absolute;
     top: 172px; left: 177px;
     width: 77px; height: 19px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #famous_locations_box
 {
     position: absolute;
     top: -95px; left: 112px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
 #famous_locations_box_spike
 {
     position: absolute;
     top: 77px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
 
 /*link*/
 #link
 {
     position:absolute;
     top: 198px; left: 177px;
     width: 77px; height: 19px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #link_box
 {
     position: absolute;
     top: -55px; left: 112px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
 #link_box_spike
 {
     position: absolute;
     top: 37px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
 
 /*mail*/
 #mail
  {
     position: absolute;
     top: 225px; left: 177px;
     width: 77px; height: 19px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #mail_box
 {
     position: absolute;
     top: -90px; left: 112px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
 #mail_box_spike
 {
     position: absolute;
     top: 72px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
 
 /*map*/
 #map
  {
     position: absolute;
     top: 251px; left: 177px;
     width: 77px; height: 19px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #map_box
 {
     position: absolute;
     top: -70px; left: 112px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
 #map_box_spike
 {
     position: absolute;
     top: 52px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
  
 /*pointer*/
 #pointer
  {
     position: absolute;
     top: 136px; left: 31px;
     width: 143px; height: 134px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #pointer_box
 {
     position: absolute;
     top: -55px; left: -230px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
 #pointer_box_spike
 {
     position: absolute;
     top: 95px; left: 192px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*locfinder_info*/
 #locfinder_info
 {
     position: absolute;
     top: 273px; left: 35px;
     width: 17px; height: 17px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #locfinder_info_box
 {
     position: absolute;
     top: -50px; left: -234px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
 #locfinder_info_box_spike
 {
     position: absolute;
     top: 32px; left: 192px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
  
 /*target_degrees*/
 #target_degrees
 {
     position: absolute;
     top: 271px; left: 68px;
     width: 50px; height: 18px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #target_degrees_box
 {
     position: absolute;
     top:-58px; left:-268px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
 #target_degrees_box_spike
 {
     position: absolute;
     top: 40px; left: 192px;
     width: 100px; height: 30px;
     background-image: url(../images/spike_right_100.png);
 }
   
 /*latitude*/
 #latitude
 {
     position: absolute;
     top: 297px; left: 34px;
     width: 78px; height: 19px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #latitude_box
 {
     position: absolute;
     top:-58px; left:-234px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
 #latitude_box_spike
 {
     position: absolute;
     top: 40px; left: 192px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 } 
    
 /*longitude*/
 #longitude
 {
     position: absolute;
     top: 323px; left: 34px;
     width: 78px; height: 19px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #longitude_box
 {
     position: absolute;
     top:-55px; left:-234px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
 #longitude_box_spike
 {
     position: absolute;
     top: 38px; left: 192px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*distance_height*/
 #distance_height
  {
     position: absolute;
     top: 349px; left: 34px;
     width: 78px; height: 19px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #distance_height_box
 {
     position: absolute;
     top: -80px; left: -234px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
 #distance_height_box_spike
 {
     position: absolute;
     top: 63px; left: 192px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }

 /*speed*/
 #speed
 {
     position: absolute;
     top: 375px; left: 34px;
     width: 78px; height: 19px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #speed_box
 {
     position: absolute;
     top: -110px; left: -234px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
 #speed_box_spike
 {
     position: absolute;
     top: 93px; left: 192px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*units*/
 #units
 {
     position: absolute;
     top: 400px; left: 34px;
     width: 78px; height: 19px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #units_box
 {
     position: absolute;
     top: -60px; left: -234px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
 #units_box_spike
 {
     position: absolute;
     top: 43px; left: 192px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
  
 /*globe*/
 #globe
 {
     position: absolute;
     top: 307px; left: 140px;
     width: 110px; height: 110px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #globe_box
 {
     position: absolute;
     top: -60px; left: 145px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
 #globe_box_spike
 {
     position: absolute;
     top: 90px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }

 /*speed_range*/
 #speed_range
 {
     position: absolute;
     top: 307px; left: 118px;
     width: 13px; height: 100px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #speed_range_box
 {
     position: absolute;
     top: -25px; left: -318px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
 #speed_range_box_spike
 {
     position: absolute;
     top: 60px; left: 192px;
     width: 130px; height: 30px;
     background-image: url(../images/spike_right_130.png);
 }

 /*end*/
 #end
 {
     position: absolute;
     top: 447px; left: 123px;
     width: 40px; height: 40px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #end_box
 {
     position: absolute;
     top: -45px; left: -324px;
     width: 200px;
     font-size: 1.1em;
     display: none;
 }
 
   #end_box_spike
 {
     position: absolute;
     top: 35px; left: 192px;
     width: 150px; height: 30px;
     background-image: url(../images/spike_right_150.png);
 }
 
 /*vertical_degree*/
 #vertical_degree
 {
     position: absolute;
     top: 85px; left: 29px;
     width: 229px; height: 20px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #vertical_degree_box
 {
     position: absolute;
     top: -76px; left: 260px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #vertical_degree_box_spike
 {
     position: absolute;
     top: 60px; left: -145px;
     width: 150px; height: 30px;
     background-image: url(../images/spike_left_150.png);
 }
 
 /*arrow*/
 #arrow
 {
     position: absolute;
     top: 105px; left: 229px;
     width: 28px; height: 28px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #arrow_box
 {
     position: absolute;
     top: -61px; left: 60px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #arrow_box_spike
 {
     position: absolute;
     top: 47px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
 
 /*compass_scale1*/
 #compass_scale1
 {
     position: absolute;
     top: 225px; left: 29px;
     width: 118px; height: 68px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #compass_scale1_box
 {
     position: absolute;
     top: -16px; left: -180px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #compass_scale1_box_spike
 {
     position: absolute;
     top: 32px; left: 142px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*compass_scale2*/
 #compass_scale2
 {
     position: absolute;
     top: 225px; left: 197px;
     width: 60px; height: 68px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #compass_scale2_box
 {
     position: absolute;
     top: -16px; left: 94px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #compass_scale2_box_spike
 {
     position: absolute;
     top: 32px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
 
 /*target_direcion*/
 #target_direcion
 {
     position: absolute;
     top: 224px; left: 149px;
     width: 46px; height: 72px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #target_direcion_box
 {
     position: absolute;
     top: -26px; left: 140px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #target_direcion_box_spike
 {
     position: absolute;
     top: 42px; left: -126px;
     width: 130px; height: 30px;
     background-image: url(../images/spike_left_130.png);
 }
 
 /*compass_degree*/
 #compass_degree
 {
     position: absolute;
     top: 104px; left: 132px;
     width: 21px; height: 18px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #compass_degree_box
 {
     position: absolute;
     top: -56px; left: 160px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #compass_degree_box_spike
 {
     position: absolute;
     top: 37px; left: -147px;
     width: 150px; height: 30px;
     background-image: url(../images/spike_left_150.png);
 }
 
 /*target_name*/
 #target_name
 {
     position: absolute;
     top: 366px; left: 71px;
     width: 150px; height: 45px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #target_name_box
 {
     position: absolute;
     top: -36px; left: 220px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #target_name_box_spike
 {
     position: absolute;
     top: 30px; left: -125px;
     width: 130px; height: 30px;
     background-image: url(../images/spike_left_130.png);
 }
 
 /*target_arrow*/
 #target_arrow
 {
     position: absolute;
     top: 395px; left: 241px;
     width: 15px; height: 15px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #target_arrow_box
 {
     position: absolute;
     top: -73px; left: 50px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #target_arrow_box_spike
 {
     position: absolute;
     top: 50px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
 
 /*horizontal_degree*/
 #horizontal_degree
 {
     position: absolute;
     top: 410px; left: 29px;
     width: 229px; height: 20px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #horizontal_degree_box
 {
     position: absolute;
     top: -76px; left: 260px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #horizontal_degree_box_spike
 {
     position: absolute;
     top: 60px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
 
 /*back*/
 #back
 {
     position: absolute;
     top: 87px; left: 30px;
     width: 36px; height: 26px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #back_box
 {
     position: absolute;
     top: -55px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #back_box_spike
 {
     position: absolute;
     top: 40px; left: 142px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*picture*/
 #picture
  {
     position: absolute;
     top: 150px; left: 204px;
     width: 41px; height: 41px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 #picture_box
 {
     position: absolute;
     top: -90px; left: 82px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #picture_box_spike
 {
     position: absolute;
     top: 80px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
 
 /*image*/
 #image
  {
     position: absolute;
     top: 131px; left: 104px;
     width: 77px; height: 76px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #image_box
 {
     position: absolute;
     top: -20px; left: 190px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #image_box_spike
 {
     position: absolute;
     top: 35px; left: -145px;
     width: 150px; height: 30px;
     background-image: url(../images/spike_left_150.png);
 }
  
 /*brainymode*/
 #brainymode
  {
     position: absolute;
     top: 257px; left: 104px;
     width: 80px; height: 20px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #brainymode_box
 {
     position: absolute;
     top: -40px; left: 190px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #brainymode_box_spike
 {
     position: absolute;
     top: 25px; left: -145px;
     width: 150px; height: 30px;
     background-image: url(../images/spike_left_150.png);
 }
  
 /*friends*/
 #friends
  {
     position: absolute;
     top: 364px; left: 104px;
     width: 80px; height: 20px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 #friends_box
 {
     position: absolute;
     top: -40px; left: 190px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #friends_box_spike
 {
     position: absolute;
     top: 25px; left: -145px;
     width: 150px; height: 30px;
     background-image: url(../images/spike_left_150.png);
 }
 
 /*mail_list*/
 #mail_list
 {
     position: absolute;
     top: 85px; left: 86px;
     width: 29px; height: 29px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #mail_list_box
 {
     position: absolute;
     top: -52px; left: -261px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #mail_list_box_spike
 {
     position: absolute;
     top: 38px; left: 142px;
     width: 130px; height: 30px;
     background-image: url(../images/spike_right_130.png);
 }
 
 /*add*/
 #add
 {
     position: absolute;
     top: 85px; left: 133px;
     width: 29px; height: 29px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #add_box
 {
     position: absolute;
     top: -50px; left: 160px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #add_box_spike
 {
     position: absolute;
     top: 38px; left: -145px;
     width: 150px; height: 30px;
     background-image: url(../images/spike_left_150.png);
 }
  
 /*delete*/
 #delete
 {
     position: absolute;
     top: 85px; left: 182px;
     width: 29px; height: 29px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #delete_box
 {
     position: absolute;
     top: -40px; left: 143px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #delete_box_spike
 {
     position: absolute;
     top: 28px; left: -126px;
     width: 130px; height: 30px;
     background-image: url(../images/spike_left_130.png);
 }
  
 /*edit*/
 #edit
 {
     position: absolute;
     top: 85px; left: 229px;
     width: 29px; height: 29px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #edit_box
 {
     position: absolute;
     top: -50px; left: 60px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #edit_box_spike
 {
     position: absolute;
     top: 40px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
   
 /*search*/
 #search
 {
     position: absolute;
     top: 114px; left: 29px;
     width: 229px; height: 28px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #search_box
 {
     position: absolute;
     top: -110px; left: 260px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #search_box_spike
 {
     position: absolute;
     top: 100px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
   
 /*country_bar*/
 #country_bar
 {
     position: absolute;
     top: 143px; left: 29px;
     width: 207px; height: 16px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #country_bar_box
 {
     position: absolute;
     top: -80px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #country_bar_box_spike
 {
     position: absolute;
     top: 60px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*country_bar2*/
 #country_bar2
 {
     position: absolute;
     top: 144px; left: 29px;
     width: 207px; height: 16px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #country_bar2_box
 {
     position: absolute;
     top: -80px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #country_bar2_box_spike
 {
     position: absolute;
     top: 60px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*country_bar2p*/
 #country_bar2p
 {
     position: absolute;
     top: 221px; left: 29px;
     width: 207px; height: 16px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #country_bar2p_box
 {
     position: absolute;
     top: -80px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #country_bar2p_box_spike
 {
     position: absolute;
     top: 60px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*country_bar3p*/
 #country_bar3p
 {
     position: absolute;
     top: 268px; left: 29px;
     width: 207px; height: 16px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #country_bar3p_box
 {
     position: absolute;
     top: -80px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #country_bar3p_box_spike
 {
     position: absolute;
     top: 60px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*country_bar4p*/
 #country_bar4p
 {
     position: absolute;
     top: 315px; left: 29px;
     width: 207px; height: 16px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #country_bar4p_box
 {
     position: absolute;
     top: -80px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #country_bar4p_box_spike
 {
     position: absolute;
     top: 60px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
  
 /*item_bar*/
 #item_bar
 {
     position: absolute;
     top: 159px; left: 29px;
     width: 207px; height: 30px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #item_bar_box
 {
     position: absolute;
     top: -80px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #item_bar_box_spike
 {
     position: absolute;
     top: 70px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*item_bar2*/
 #item_bar2
 {
     position: absolute;
     top: 191px; left: 29px;
     width: 207px; height: 30px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #item_bar2_box
 {
     position: absolute;
     top: -80px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #item_bar2_box_spike
 {
     position: absolute;
     top: 70px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*item_bar2p*/
 #item_bar2p
 {
     position: absolute;
     top: 190px; left: 29px;
     width: 207px; height: 30px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #item_bar2p_box
 {
     position: absolute;
     top: -80px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #item_bar2p_box_spike
 {
     position: absolute;
     top: 70px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*item_bar3*/
 #item_bar3
 {
     position: absolute;
     top: 223px; left: 29px;
     width: 207px; height: 30px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #item_bar3_box
 {
     position: absolute;
     top: -80px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #item_bar3_box_spike
 {
     position: absolute;
     top: 70px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*item_bar3p*/
 #item_bar3p
 {
     position: absolute;
     top: 238px; left: 29px;
     width: 207px; height: 30px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #item_bar3p_box
 {
     position: absolute;
     top: -80px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #item_bar3p_box_spike
 {
     position: absolute;
     top: 70px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*item_bar4*/
 #item_bar4
 {
     position: absolute;
     top: 254px; left: 29px;
     width: 207px; height: 30px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #item_bar4_box
 {
     position: absolute;
     top: -80px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #item_bar4_box_spike
 {
     position: absolute;
     top: 70px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*item_bar4p*/
 #item_bar4p
 {
     position: absolute;
     top: 285px; left: 29px;
     width: 207px; height: 30px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #item_bar4p_box
 {
     position: absolute;
     top: -80px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #item_bar4p_box_spike
 {
     position: absolute;
     top: 70px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*item_bar5*/
 #item_bar5
 {
     position: absolute;
     top: 285px; left: 29px;
     width: 207px; height: 30px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #item_bar5_box
 {
     position: absolute;
     top: -80px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #item_bar5_box_spike
 {
     position: absolute;
     top: 70px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*item_bar5p*/
 #item_bar5p
 {
     position: absolute;
     top: 332px; left: 29px;
     width: 207px; height: 30px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #item_bar5p_box
 {
     position: absolute;
     top: -80px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #item_bar5p_box_spike
 {
     position: absolute;
     top: 70px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*item_bar6*/
 #item_bar6
 {
     position: absolute;
     top: 317px; left: 29px;
     width: 207px; height: 30px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #item_bar6_box
 {
     position: absolute;
     top: -80px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #item_bar6_box_spike
 {
     position: absolute;
     top: 70px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*item_bar6p*/
 #item_bar6p
 {
     position: absolute;
     top: 363px; left: 29px;
     width: 207px; height: 30px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #item_bar6p_box
 {
     position: absolute;
     top: -80px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #item_bar6p_box_spike
 {
     position: absolute;
     top: 70px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*item_bar7*/
 #item_bar7
 {
     position: absolute;
     top: 348px; left: 29px;
     width: 207px; height: 30px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #item_bar7_box
 {
     position: absolute;
     top: -85px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #item_bar7_box_spike
 {
     position: absolute;
     top: 75px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*item_bar8*/
 #item_bar8
 {
     position: absolute;
     top: 379px; left: 29px;
     width: 207px; height: 30px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #item_bar8_box
 {
     position: absolute;
     top: -95px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #item_bar8_box_spike
 {
     position: absolute;
     top: 80px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*item_bar9*/
 #item_bar9
 {
     position: absolute;
     top: 410px; left: 29px;
     width: 207px; height: 20px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #item_bar9_box
 {
     position: absolute;
     top: -105px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #item_bar9_box_spike
 {
     position: absolute;
     top: 85px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
 
 /*next_entry*/
 #next_entry
 {
     position: absolute;
     top: 394px; left: 29px;
     width: 207px; height: 32px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #next_entry_box
 {
     position: absolute;
     top: -45px; left: -175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #next_entry_box_spike
 {
     position: absolute;
     top: 30px; left: 141px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_right_50.png);
 }
      
 /*section_index*/
 #section_index
 {
     position: absolute;
     top: 152px; left: 236px;
     width: 22px; height: 280px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #section_index_box
 {
     position: absolute;
     top: 0px; left: 55px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #section_index_box_spike
 {
     position: absolute;
     top: 60px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
 
 /*browser_back*/
 #browser_back
 {
     position: absolute;
     top: 91px; left: 133px;
     width: 21px; height: 21px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #browser_back_box
 {
     position: absolute;
     top: -45px; left: 155px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #browser_back_box_spike
 {
     position: absolute;
     top: 30px; left: -145px;
     width: 150px; height: 30px;
     background-image: url(../images/spike_left_150.png);
 }
 
  
 /*reload*/
 #reload
 {
     position: absolute;
     top: 91px; left: 183px;
     width: 22px; height: 21px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #reload_box
 {
     position: absolute;
     top: -45px; left: 135px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #reload_box_spike
 {
     position: absolute;
     top: 30px; left: -125px;
     width: 130px; height: 30px;
     background-image: url(../images/spike_left_130.png);
 }
 
  
 /*browser_forward*/
 #browser_forward
 {
     position: absolute;
     top: 91px; left: 235px;
     width: 21px; height: 21px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #browser_forward_box
 {
     position: absolute;
     top: -45px; left: 55px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #browser_forward_box_spike
 {
     position: absolute;
     top: 30px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }

 /*me_map*/
 #me_map
 {
     position: absolute;
     top: 87px; left: 227px;
     width: 30px; height: 30px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #me_map_box
 {
     position: absolute;
     top: -55px; left: 60px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #me_map_box_spike
 {
     position: absolute;
     top: 40px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }

 /*street*/
 #street
 {
     position: absolute;
     top: 92px; left: 71px;
     width: 47px; height: 20px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #street_box
 {
     position: absolute;
     top: -51px; left: -240px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #street_box_spike
 {
     position: absolute;
     top: 36px; left: 141px;
     width: 130px; height: 30px;
     background-image: url(../images/spike_right_130.png);
 }
 
 /*hybrid*/
 #hybrid
 {
     position: absolute;
     top: 92px; left: 119px;
     width: 47px; height: 20px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #hybrid_box
 {
     position: absolute;
     top: -56px; left: 175px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #hybrid_box_spike
 {
     position: absolute;
     top: 41px; left: -145px;
     width: 150px; height: 30px;
     background-image:url(../images/spike_left_150.png);
 }
  
 /*satellite*/
 #satellite
 {
     position: absolute;
     top: 92px; left: 167px;
     width: 47px; height: 20px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #satellite_box
 {
     position: absolute;
     top: -50px; left: 143px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #satellite_box_spike
 {
     position: absolute;
     top: 35px; left: -125px;
     width: 130px; height: 30px;
     background-image: url(../images/spike_left_130.png);
 }
 
 /*target_location_map*/
 #target_location_map
 {
     position: absolute;
     top: 122px; left: 37px;
     width: 211px; height: 18px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #target_location_map_box
 {
     position: absolute;
     top: -65px; left: 250px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #target_location_map_box_spike
 {
     position: absolute;
     top: 45px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
 
 /*set*/
 #set
 {
     position: absolute;
     top: 148px; left: 228px;
     width: 29px; height: 28px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #set_box
 {
     position: absolute;
     top: -90px; left: 60px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #set_box_spike
 {
     position: absolute;
     top: 80px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
  
 /*x1*/
 #x1
 {
     position: absolute;
     top: 294px; left: 228px;
     width: 29px; height: 28px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #x1_box
 {
     position: absolute;
     top: -45px; left: 60px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #x1_box_spike
 {
     position: absolute;
     top: 35px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
  
 /*x10*/
 #x10
 {
     position: absolute;
     top: 329px; left: 228px;
     width: 29px; height: 28px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #x10_box
 {
     position: absolute;
     top: -45px; left: 60px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #x10_box_spike
 {
     position: absolute;
     top: 35px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
  
 /*x100*/
 #x100
 {
     position: absolute;
     top: 365px; left: 228px;
     width: 29px; height: 28px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #x100_box
 {
     position: absolute;
     top: -55px; left: 60px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #x100_box_spike
 {
     position: absolute;
     top: 45px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
  
 /*x1000*/
 #x1000
 {
     position: absolute;
     top: 400px; left: 228px;
     width: 29px; height: 28px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #x1000_box
 {
     position: absolute;
     top: -55px; left: 60px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #x1000_box_spike
 {
     position: absolute;
     top: 45px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
 
 /*target*/
 #target
 {
     position: absolute;
     top: 210px; left: 130px;
     width: 30px; height: 45px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #target_box
 {
     position: absolute;
     top: -120px; left: 160px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #target_box_spike
 {
     position: absolute;
     top: 100px; left: -145px;
     width: 150px; height: 30px;
     background-image: url(../images/spike_left_150.png);
 }

 /*map_add_edit*/
 #map_add_edit
 {
     position: absolute;
     top: 86px; left: 228px;
     width: 30px; height: 30px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #map_add_edit_box
 {
     position: absolute;
     top: -55px; left: 62px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #map_add_edit_box_spike
 {
     position: absolute;
     top: 40px; left: -45px;
     width: 50px; height: 30px;
     background-image: url(../images/spike_left_50.png);
 }
 
 /*name_add*/
 #name_add
 {
     position: absolute;
     top: 134px; left: 52px;
     width: 184px; height: 25px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #name_add_box
 {
     position: absolute;
     top: -55px; left: 242px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #name_add_box_spike
 {
     position: absolute;
     top: 40px; left: -125px;
     width: 130px; height: 30px;
     background-image: url(../images/spike_left_130.png);
 }
 
 /*country_add*/
 #country_add
 {
     position: absolute;
     top: 185px; left: 52px;
     width: 184px; height: 25px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #country_add_box
 {
     position: absolute;
     top: -60px; left: 242px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #country_add_box_spike
 {
     position: absolute;
     top: 45px; left: -125px;
     width: 130px; height: 30px;
     background-image: url(../images/spike_left_130.png);
 }
 
 /*latitude_add*/
 #latitude_add
 {
     position: absolute;
     top: 235px; left: 52px;
     width: 184px; height: 25px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #latitude_add_box
 {
     position: absolute;
     top: -70px; left: 242px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #latitude_add_box_spike
 {
     position: absolute;
     top: 60px; left: -125px;
     width: 130px; height: 30px;
     background-image: url(../images/spike_left_130.png);
 }
 
 /*longitude_add*/
 #longitude_add
 {
     position:absolute;
     top: 286px; left: 52px;
     width: 184px; height: 25px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #longitude_add_box
 {
     position: absolute;
     top: -70px; left: 242px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #longitude_add_box_spike
 {
     position: absolute;
     top: 60px; left: -125px;
     width: 130px; height: 30px;
     background-image: url(../images/spike_left_130.png);
 }

 /*link_add*/
 #link_add
  {
     position:absolute;
     top: 337px; left: 52px;
     width: 184px; height: 24px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 
 #link_add_box
 {
     position: absolute;
     top: -90px; left: 242px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #link_add_box_spike
 {
     position: absolute;
     top: 75px; left: -125px;
     width: 130px; height: 30px;
     background-image: url(../images/spike_left_130.png);
 }
 
 /*save_add*/
 #save_add
  {
     position: absolute;
     top: 379px; left: 123px;
     width: 40px; height: 40px;
     background-image: url(../images/transparent.png);/* IE */
     /*background-color: Fuchsia;*/
 }
 #save_add_box
 {
     position: absolute;
     top: -31px; left: 170px;
     width: 150px;
     font-size: 1.1em;
     display: none;
 }
 
 #save_add_box_spike
 {
     position: absolute;
     top: 25px; left: -145px;
     width: 150px; height: 30px;
     background-image: url(../images/spike_left_150.png);
 }