body {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 0.8em;
}

#header {
	background: #3c2e2d url(header.png) 50% 50% repeat-x;
}

#header .inner {
	margin: 0 auto;
	height: 100px;
	width: 800px;
	background: url(title.png) 50% 50% no-repeat;
	text-indent: -500em;
	overflow: hidden;
	position: relative;
}

#header .inner a {
	position: absolute;
	_background: url(transparent.png);
}

#header .inner a.title {
	left: 44px;
	top: 20px;
	width: 222px;
	height: 32px;
}

#header .inner a.author {
	right: 0;
	bottom: 23px;
	width: 319px;
	height: 20px;
}

#content {
	width: 974px;
	margin: 20px auto;
	position: relative;
}

#content ul.pages {
	list-style: none;
	padding: 584px 1px 1px;
	width: 800px;
	height: 0;
	margin: 0 auto 25px;
	position: relative;
}

#content ul.pages.loading {
	background: #fff url(loading.gif) 50% 50% no-repeat;
}

#content ul.pages li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#content ul.pages li.current {
	display: block;
}

#content ul.pages li img {
	border: solid 1px #e9e9e9;
}

#content ul.pages li p {
	background: #fff;
	margin: 0;
	padding: 10px 0;
}

#content ul.pages li a {
	position: absolute;
	width: 64px;
	height: 75px;
	text-indent: -500em;
	overflow: hidden;
	opacity: 0.05;
	filter:alpha(opacity=5);
}

#content ul.pages li a:hover,
#content ul.pages li a:focus,
#content ul.pages li a.zoom:hover,
#content ul.pages li a.zoom:focus {
	opacity: 1;
	filter:alpha(opacity=100);
}

#content ul.pages li a.disabled {
	cursor: default;
}

#content ul.pages li a.disabled:hover,
#content ul.pages li a.disabled:focus {
	opacity: 0.05;
	filter:alpha(opacity=5);
}

#content ul.pages li a.zoom {
	top: 25px;
	right: 25px;
	background: url(zoom.png) 50% 50% no-repeat;
	_background-image: url(zoom_low.png);
	z-index: 10;
	opacity: 0.35;
	filter:alpha(opacity=35);
}

#content ul.pages li a.previous {
	top: 1px;
	left: 1px;
	height: 582px;
	width: 250px;
	_background: url(transparent.png);
}

#content ul.pages li a.previous span {
	position: absolute;
	width: 64px;
	height: 75px;
	top: 499px;
	left: 25px;
	background: url(previous.png) 50% 50% no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/week5/previous.png',sizingMethod='scale');
	_cursor: hand;
}

#content ul.pages li a.next {
	top: 1px;
	right: 1px;
	height: 582px;
	width: 250px;
	_background: url(transparent.png);
}

#content ul.pages li a.next span {
	position: absolute;
	width: 64px;
	height: 75px;
	top: 499px;
	right: 25px;
	background: url(next.png) 50% 50% no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/week5/next.png',sizingMethod='scale');
	_cursor: hand;
}

#content ul.thumbs {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 5px 0 5px 5px;
	background: #e9e9e9;
	height: 100%;
}

#content ul.thumbs li {
	float: left;
	width: 84px;
	margin: 0 4px 0 0;
	padding: 0;
	position: relative;
}

#content ul.thumbs li.last {
	margin-right: 0;
}

#content ul.thumbs li a {
	display: block;
	padding: 0;
	margin: 0;
}

#content ul.thumbs li a img {
	vertical-align: bottom;
	border: solid 2px #e9e9e9;
}

#content ul.thumbs li a:hover img,
#content ul.thumbs li a:focus img {
	border-color: #ccc;
}

#content ul.thumbs li.selected a img,
#content ul.thumbs li.selected a:hover img,
#content ul.thumbs li.selected a:focus img {
	border-color: orange;
}

#frame {
	width: 80px;
	height: 120px;
	border: solid 2px orange;
	position: absolute;
	bottom: 5px;
	left: 5px;
	display: none;
	z-index: 500;
}

#footer {
	background: #e9e9e9 url(footer.jpg) 0 0 repeat-x;
	color: #000;
	padding: 30px 0 25px 0;
	border-top: solid 1px #e9e9e9;
}

#footer ul {
	margin: 0;
	padding: 0 1px;
	list-style: none;
	width: 800px;
	min-height: 50px;
	margin: 0 auto;
	position: relative;
	text-align: right;
}

#footer ul li {
	margin: 0 0 2px 10em;
}

#footer ul li a {
	color: #000;
}

#footer ul li.download {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	margin: 0;
}

#footer ul li.download a {
	display: block;
	width: 7em;
	height: 50px;
	background: url(pdf.png) 0 0 no-repeat;
	/* text-indent: -500em; */
	/* overflow: hidden; */
	text-align: left;
	padding: 1px 0 0 55px;
}

#footer ul li.download a:hover,
#footer ul li.download a:focus {
	background-position: 0 -50px;
}

#bookmarkers {
	position: relative;
	display: block;
	text-align: right;
	margin-top: 5px;
}

#bookmarkers img {
    border: none;
}