@charset "utf-8";
/* CSS Document vimjay@163.com */
#bottomNav { 
z-index:1999; 
position:fixed; 
bottom:360px; 
right:0; 
height:97px;
width:42px;
_position:absolute; /* for IE6 */
_top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */ 
overflow:visible;  
}
#rightNav{
z-index:1999; 
position:fixed;
bottom:360px;
right:0; 
_position:absolute; /* for IE6 */
_top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */ 
overflow:visible;
width:45px;
height:20%;
}
#rightNav-top{
z-index:2100; 
position:fixed;
bottom:300px;
right:0;   
_position:absolute; /* for IE6 */
_top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */ 
overflow:visible;
}
