


div#mobile-position { position: absolute;  width: 16%; left: 84%; overflow: hidden;  z-index: 4; }    

ul#mobile { 
  display: block;
  margin-top: 20px; 
  padding: 7px 0 0 0px; 
  
  
  
  height: 372px;
  width: 210px;
  background: url('../images/mobila_img_pic02.png') top left no-repeat;
  list-style: none;
}

            
ul#mobile li { zoom: 1; display: block; position: relative;}

ul#mobile li img { display: block; cursor: pointer;}
ul#mobile li.selected img { display: block; cursor: auto;}


ul#mobile li.type01 { background: url('../images/mobila02_bg_active01.gif') top left no-repeat; }
ul#mobile li.type02 { background: url('../images/mobila02_bg_active02.gif') top left no-repeat; }
ul#mobile li.type03 { background: url('../images/mobila02_bg_active03.gif') top left no-repeat; }
ul#mobile li.type04 { background: url('../images/mobila02_bg_active04.gif') top left no-repeat; }

ul#mobile li.type01 { z-index: 1; height: 38px; margin:  0px 0 0 41px; top: 94px;  padding-top: 17px; padding-left: 10px; }
ul#mobile li.type02 { height: 38px; margin: -20px 0 0 49px; top: 94px; //top: 91px; padding-top: 26px; padding-left: 10px; }
ul#mobile li.type03 { z-index: 1; height: 38px; margin: -29px 0 0 56px; top: 94px; //top: 88px; padding-top: 19px; padding-left: 11px; }
ul#mobile li.type04 { height: 38px; margin: -18px 0 0 64px; top: 90px; //top: 81px; padding-bottom: 16px; padding-left: 1px; }


ul#mobile li.deactive { background: transparent;  }
ul#mobile li.selected { background: url('../images/mobila02_bg_selected.png') top left no-repeat; filter: expression(fixPNG02(this)); z-index: 20;}


ul#mobile li img { filter: expression(fixPNG02(this)); }


ul#mobile li.type01 img { height: 32px; width: 78px; }
ul#mobile li.type02 img { height: 15px; width: 42px; }
ul#mobile li.type03 img { height: 22px; width: 88px; padding-bottom: 2px; }
ul#mobile li.type04 img { height: 51px; width: 95px; }


ul#mobile li a { display: inline; padding: 0; margin: 0; top: 0; left:0; bottom: 0; background: transparent;}
ul#mobile li a:hover { display: inline; padding: 0; margin: 0; top: 0; left:0; bottom: 0; background: transparent;}

ul#mobile a {
	outline: 0;
}
