#footnotes {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	overflow: visible;
	z-index: 100;
	background-color: #cbcbcb;
    background: -moz-linear-gradient(100% 100% 90deg, #cbcbcb, #ffffff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#cbcbcb));
    -moz-box-shadow: 0 -6px 6px #888;
    -webkit-box-shadow: 0 0 6px #888;
    -ms-box-shadow: 0 0 6px #888;
    box-shadow: 0 0 6px #888;
}
#footnotes-handle {
	position: absolute;
	left: 0;
	top: -24px;
	width: 99px;
	font-size: 12px;
    line-height: 1;
    background: transparent url("../img/bg-tab-bottom.png") no-repeat;
    text-align: center;
	overflow: hidden;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
#footnotes-content {
	position: relative;
	height: 0px;
	overflow-y: hidden;
}
#footnotes-nav-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40px;
}
#footnotes-nav-next {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
}
.footnotes-indicator {
	position: absolute;
	top: 50%;
	text-indent: 100%;
	overflow: hidden;
	height: 28px;
	width: 40px;
	opacity: .4;
}
.footnotes-indicator:hover {
	opacity: 1;
}
.footnotes-indicator.prev {
	background: url(../img/icon-nav-arrow-left.png) no-repeat center top;
}
.footnotes-indicator.next {
	background: url(../img/icon-nav-arrow-right.png) no-repeat center top;
}
#footnotes-list-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	right: 40px;
	overflow: hidden;
}
#footnotes-list {
	list-style: none;
	-webkit-transition: -webkit-transform 300ms linear;
}
#footnotes-list li {
	display: block;
	height: 290px;
	padding: 10px 20px;
	overflow-x: hidden;
	overflow-y: auto;
	float: left;
	position: relative;
}
.footnote-id {
	margin-bottom: 10px;
	font-size: 125%;
	color: #666;
}