@font-face{
	font-family:"graphiklight";
	src:url('data/font/Graphik-Light.otf');
}
@font-face{
	font-family:"graphikmedium";
	src:url('data/font/Graphik-Medium.otf');
}
@font-face{
	font-family:"graphikregular";
	src:url('data/font/Graphik-Regular.otf');
}
body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: white;
	overflow: hidden;
	font-family: 'graphikmedium';
	font-size: 26px;
}
#content {
	position: absolute;
	display: block;
	width: 200000px;
	height: 200000px;
	background-color: white;
}
.frame {
	left: 0px;
	top: 0px;
	position: absolute;
	display: block;
	cursor: pointer;
}
.frame:hover {
	opacity: 0.75;
}
.imageInFrame {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
.visusono {
	position: absolute;
	width: 0%;
	height: 100%;
	background-color: white;
	opacity: 0.3;
	left: 0px;
	top: 0px;
}
/* --------------- interview */
.frameInterview {
	background-color: black;
	color: white;
}
.button {
	width: 30px;
	height: 30px;
}
.interviewCache {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0.5;
}
/* --------------- keyword */
.frameKeyword {
	border: 2px solid black;
}
.preTable {
	position: absolute;
	display: block;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}
.table {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
}
.centerer {
	position: absolute;
}
.centerImage {
	width: 20px;
	margin: auto;
	display: block;
}
.tableTextCenter {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.tableTextTop {
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
.tableTextBottom {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
}
/* --------------- photo */
.photo {
	width: 100%;
	height: 100%;
}
/* --------------- text */
.frameText {
	border: 2px solid black;
}
.text {
	position: absolute;
	background-color: yellow;
	width: auto;
}
.txtSize1 {
	font-size: 14px;
}
.txtSize2 {
	font-size: 28px;
}
.txtSize3 {
	font-size: 36px;
}
.txtSize4 {
	font-size: 44px;
}
/* --------------- cinema */
#cinemaUp {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: black;
	z-index: 1000;
	height: 0px;
	width: 100%;
}
#cinemaDown {
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: black;
	z-index: 1000;
	height: 0px;	
	width: 100%;
}
/* --------------- invisible at the end */
#debug {
	position: fixed;
	color: white;
	z-index: 10000;
	left: 0px;
	top: 0px;
	background-color: black;
	display: none;
}

#widthCalculator {
	position: fixed;
	color: white;
	z-index: 10000;
	right: 0px;
	bottom: 0px;
	background-color: black;
	max-width: 25%;
	top: -1000px;
	left: -1000px;
}
/* --------------- 
#tableAll {
	display: block;
	z-index: 5000;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: red;
	text-align: center;
}
#subtitles {
	display: inline;
	background-color: black;
	color: white;
	z-index: 5001;
}*/