.chapter {}
body > .currentChapter {
	display:block !important;
}


/***********************************************
GALLERY
*******************/

.chapter_title {
	position:absolute;
	top:21px;
	right:14px;
	height:90px;
	display:none;
}
.currentChapter .chapter_title {
	display:block;
}
.chapter_title h1 {
	background-color: rgb(34,34,34);
	background:rgba(0, 0, 0, .7);
	color:#e0c210;
	height:74px;
	line-height:74px;
	padding:0 10px;
	position:relative;
	right:60px;
	margin:	0 0 0;
	text-transform:uppercase;
    font-size:4.5em;
}

.chapter_count {
	position:absolute;
	top:0;
	right:0;
	width:60px;
	height:74px;
	background:rgba(0, 0, 0, .7);
}
.chapter_count .wrapper {
	position:relative;
	height:74px;
	width:60px;
}
.chapter_count .chapter_count_position {
	position:absolute;
	top:5px;
	left:0;
	width:60px;
	line-height:37px;
	text-align:center;
	color:#e0c210;
	font-size:20px;
}
.chapter_count .chapter_count_total {
	position:absolute;
	bottom:5px;
	left:0;
	width:60px;
	line-height:37px;
	text-align:center;
	color:#e0c210;
	font-size:20px;
}
.chapter_count .chapter_count_divider {
	position:absolute;
	bottom:37px;
	left:15px;
	width:30px;

	border-top:1px solid #e0c210;
}

/***********************************************
FRAME NAVIGATION
internal gallery frame options menu
*******************/
.chapterNav {
	position:absolute;
	bottom:250px;
	width:50px;
	height:50px;
	background-color: rgb(34,34,34);
	background:rgba(0, 0, 0, .7);
	display:none;
}
.currentChapter .chapterNav {
	display:block;
}
.nextFrame {
	right:0;
}
.prevFrame {
	left:0;
}
.chapterNav a {
	display:block;
	width:50px;
	height:50px;
}
.chapterNav a span {
	display:none;
}
.nextFrame a {
	background:url('../images/rama_arrow_R.png') center no-repeat;
}
.prevFrame a {
	background:url('../images/rama_arrow_L.png') center no-repeat;
}