/* record-content-bar */
#content-bar {
	background: rgba(30,30,30,.90);
	box-shadow: 0px 3px 6px rgba(0,0,0, .3);
	border-bottom: solid 1px #222;
	color: #444;
	font: small-caps 10px verdana-bold;
	height: 17px;
	letter-spacing: 2px;
	padding: 6px 0px 3px;
	position: fixed;
	text-align: center;
	top: 33px;
	width: 720px;
	z-index: 13;
	}

	#content-bar a:link {text-decoration: none; color: #777; }
	#content-bar a:visited {text-decoration: none; color: #777; }
	#content-bar a:hover {text-decoration: none; color: #0f0; }
	#content-bar a:active {text-decoration: none; color: #777; }

	#yah a:link {text-decoration: none; color: rgba(0,255,0, .7); }
	#yah a:visited {text-decoration: none; color: rgba(0,255,0, .7); }
	#yah a:hover {text-decoration: none; color: #0f0; }
	#yah a:active {text-decoration: none; color: #f00; }
/* record-content-bar */

.prev-page {
	left: 2px;
	opacity: .25;
	position: absolute;
	top: 6.25px;
	}

	.prev-page img {
		width: 20px;
		height: auto;
		}

	.prev-page:hover {
		opacity: 1;
		transition: .5s;
		}
