 /*html, body {width:100%; height:100%; overflow:auto;}*/
body {margin: 0; padding: 0;}


#test {
   background: #000;
   display: none;
   opacity: 0;
   filter: alpha(opacity=0);
   position: absolute;
   top: 0;
   left: 0;
   z-index: 100;
}
#warning 
{
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    text-align: center; 
    position: absolute; 
    
    z-index:101; 
    display:none; 
}

#here_img .nav_l {float: left; margin: 10px 0 10px 0;}
#here_img .nav_r {float: right; text-align: right; margin: 10px 0 10px 0;}
#here_img {border: 1px solid #000; background-color: #fff; padding: 10px 10px 0 10px;}
#here_img img {border: 0px solid #dedede;}
#here_img a {margin: 0 10px 0 10px;}

.tn-image {border: 0px solid #dedede; margin: 0 5px 5px 0; float: left; cursor: pointer; vertical-align: middle; }

