body {
	background-color: black;
	overflow: hidden;
}
#contentwrapper {
	width: 1058px;
	margin-left: auto;
    margin-right: auto;
}
h1 {
	text-align: center;
	color: #FBFBFB;
	font-weight: normal;
	font-size: 3.7em;
	font-family: "Malgun Gothic";
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
h4 {
	text-align: center;
	font-family: Helvetica;
	margin-top: 0;
	padding-top: 0;
	font-size: 0.9em;
	color: #999999;
}

#years {
	text-align: center;
}
#years a {
	border-radius: 3px;
	display: inline-block;
	padding: 2px 3px 0 3px;
	margin: 0 0px;	
	color: #666666;
	border: 1px solid black;
	font-family: Helvetica;	
}
#years a:hover {
	background-color: #cccccc;
}
#years a.current {
	background-color: yellow;
}
#shelf {
	margin-top: 50px;
	height: 280px;
	overflow: hidden;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../images/common/shelf.png);
}
#book-info {
	padding-top: 20px;
	padding-bottom: 50px;
	width: 800px;
	height: 120px;
	margin-left: 130px;
	color: #999999;
	text-align: center;
}
#book-info .title a,
#book-info .author,
#book-info .desx {
	font-family: "Malgun Gothic";
}
#book-info .title {
	font-size: 1.5em;
	padding-bottom: 5px;
}
#book-info .title a {
	color: #999999;
}
#book-info .title:hover i {
	color: yellow;
}
#book-info .author {
	font-size: 1.1em;
}
#book-info .desx {
	padding-top: 20px;
	text-align: left;
	line-height: 1.6em;
	font-size: 0.95em;
}
#shelf div.wrapper {
	text-align: center;
}
#shelf div.book {
	display: inline-block;
	margin: 0 20px;
	min-width: 136px;
}
#shelf div.book .info {
	display: none;
}

#slides {
	margin-top: 30px;
}

.slidesjs-navigation {
	z-index: 1000;
	margin-top: -150px;
	position: absolute;
	margin-left: 50px;
}
.slidesjs-navigation.slidesjs-next {
	margin-left: 1000px;
}
.slidesjs-navigation:hover i {
	color: yellow;
}

#trophy {
	z-index: 1000;
	display: none;
	width: 54px;
	height: 54px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../images/common/eab.png);
}

#back-to-top {
	display: none;
	text-align: right;
	padding: 10px 10px 0 0;
}
#back-to-top a i {
	font-size: 1.5em;
	color: white;
}
.slidesjs-navigation i {
	color: #999999;
	font-size: 1.5em;
	
}
.shelf-loading {
	text-align: center;
	font-size: 2.5em;
	color: yellow;
	margin-top: 120px;
	
}
