body{
	margin:1%;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a:link img, a:visited img { border:none}
a:hover img { border:none}
a:link {text-decoration:none}
a:visited {text-decoration:none}

ul#page-thumbs{margin:0; padding:0; list-style:none;}

#page-thumbs li {
	width: 100px;
	height: 160px;
	background: #333;
	list-style:none;
	margin:0 0 12px 0;
	padding:0;
	text-align:center;
}

#page-thumbs li a img{
	width: 100px;
	height: 140px;
	margin-top:3px;
	display:block;
}

#page-thumbs li a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80)
}

#page-thumbs li a b{
	font-size:12px;
	font-weight:normal;
	line-height:16px;	
	color:#fff;
}

#page-thumbs li a:hover b{
	color:#fc0;	
}

.content{
	display:block;
	position:relative;
	height:100%;
	width:100%;
}

.leftbar{
	width:100px;
	height:600px;
	padding:10px;
	background:#333;
	border:2px solid;
	border-radius:5px;
	-moz-border-radius:5px;
	float:left;
	position:fixed;
}

.epage{
	background:#fff url(images/loading.gif) no-repeat 50% 20%;
	width:800px;
	height:1300px;
	margin-left:135px;
	margin-bottom:10px;
	overflow:hidden;
}

.epage img{
	border:1px solid #ebebeb;
}

.banner{
	position:fixed;
	right:1%;
	bottom:1%;
	text-align:right;
}

.banner img {
opacity:0.5;
filter:alpha(opacity=50); /* For IE8 and earlier */
}
.banner img:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}