html {
	-webkit-text-size-adjust: none;
}
html,body,div{
margin:0px;
padding:0px
}
body {
	font-family: ArialMT, "Arial", "銉掋儵銈儙瑙掋偞 ProN W3";	
	background-color: #666666;
	border: none;
	resize:both;
}

#flipper{	
	border:0px;	
	left:0px;
	top:0px;
	resize:both;	
	border-bottom-color:#9999FF
}


#Thumbnail_display{
	z-index:1;
	width:0px;
	height:0px;
	position:absolute;
	display:none;
}

#nTop{
	border:0px;
	height:29px;	
	background-image:url("../images/header-background.gif") ;
	-webkit-background-size:100% 29px;
	position:absolute;
	z-index:999;
}
#nBottom{
    border:0px;
	height:42px;	
	background-image:url('../images/footer-background.gif');
    -webkit-background-size: 100% 42px;	
	position:absolute;	
	z-index:999;	
}
#nBottom_book_List{
    border:0px;
	height:42px;	
	background-image:url('../images/footer-background.gif');
    -webkit-background-size: 100% 42px;	
	position:absolute;	
	z-index:1000;	
}

#nTitle{
	width:200px;
	padding:2px 10px;
	float:left;
	color:#FFF;
}
#nClose{
	width:5px;
	padding:3px 4px 3px 0px;
	float:right;	
	border:0px;
}
#nClose img{
	border:0px;
	}
#nPage{
	width:50px;
	padding:3px 10px;
	float:right;
	text-align:right;	
	color:#FFF;
}

#nList {
    float: left;
    padding: 3px 10px;
    width: 44px;
}

#nList img {
    border: 0 none;
    height: 35px;
    width: 40px;
}

#nBookMark {
    float: left;
    padding: 3px 4px 3px 0;
    width: 50px;
}
#nBookMark img{
	border:0px;
	width:48px;
	height:35px;
}


#nSearch{
    width:50px;
	padding:3px 10px 3px 0px;
	float:left;
}
#nSearch img{
	border:0px;
	width:40px;
	height:35px;
}

#nLink {
    float: left;
    padding: 3px 10px 3px 0;
    width: 40px;
}

#nLink img{
	border:0px;
	width:40px;
	height:35px;
}

#nHelp {
    float: right;
    padding: 4px 10px 3px 0;
    width: 78px;
}

#nHelp img {
    border: 0 none;
    height: 35px;
    width: 78px;
}

#sTray{
	z-index:1;
	top:29px;
	left:0px;
	position:absolute;
	
	/*-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-transform-style: preserve-3d;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-timing-function: ease-out;*/

	}
