@font-face
{
	font-family: 'YanoneKaffeesatz';
	src: url('./fonts/YanoneKaffeesatz-Regular.ttf') format('truetype');
}
@font-face
{
	font-family: 'YanoneKaffeesatz';
	src: url('./fonts/YanoneKaffeesatz-Bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face 
{
	font-family: 'Yanone Kaffeesatz';
	src: url('/fonts/YanoneKaffeesatz-Thin.ttf');
	font-weight: thin;
	font-style: normal;
}

@font-face
{
	font-family: 'Exo';
	src: url('./fonts/Exo-Bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}
@font-face 
{
	font-family: 'Exo';
	src: url('/fonts/Exo-Thin.otf') format('opentype');
	font-weight: thin;
	font-style: normal;
}
@font-face
{
	font-family: 'Exo';
	src: url('./fonts/Exo-Regular.otf') format('opentype');
	font-style: normal;
	font-weight: normal;
}


span.codedirection { unicode-bidi:bidi-override; direction: rtl; color: darkblue;} 
#Title 
{
	position:absolute;
	font-size: 3em; 
	font-family: 'Exo';
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-color: #ffffff; 
	text-align: center;
	margin-left: 140px;
	margin-top: 10px;
	margin-right: auto;
	width: 1000px;
	z-index: 1;

}
#table
{
	position:absolute;
	z-index:2;
	margin-top: 105px;
	margin-left: 200px;
	font-size: 1.1em;
	font-family: 'Exo';
	font-weight: normal;
	font-style: normal;
	text-align: center;
	width:850px;
	border-width:0px;
	padding:0px;
}

#thumbnails
{
	position: absolute;
	top: 105px;
	left: 1080px;
	font-size: 1.2em;
	font-family: 'Exo';
	font-weight: normal;
	font-style: normal;
	text-align: center;

}


#ImageBox
{
display: -moz-box;
-moz-box-orient: vertical;
-moz-box-pack: center;
-mox-box-align: center;

display: -webkit-box;
-webkit-box-pack: center;
-webkit-box-align: center;
-webkit-box-orient: vertical;

display: -o-box;
-o-box-pack: center;
-o-box-align: center;
-o-box-orient: vertical;

display: box;
box-pack: center;
box-align: center;
box-orient: vertical;

	font-size: 1em;
	font-family: 'Exo';
	font-weight: normal;
	font-style: normal;

}
a
{
	color: black;
	text-decoration: none;
}
a:hover
{
	coler: black;
	text-decoration: none;
	font-weight:bold;
}
#ImageText
{
	Left: 15px;
	Top: 330px;
	position: absolute;
	z-index: 3;
	width: 209px;
	color: black;
	font-family: 'Exo';
	font-weight: normal;
	font-style: normal;

}
#likeSection
{
	Left: 0px;
	Top: 240px;
	position: absolute;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border: 1px solid rgba(0,0,0,0.5);
	width: 100px;
	Height: 40px;
	background: rgba(0,0,0,0.8);
	padding: 15px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
	-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}

#Navigation
{
   font-size: 1.0em;
	font-family: 'Exo';
	font-weight: normal;
	font-style: normal;

   line-height: 2.5em;
	text-align: left;
	position: absolute;
	Left: 0px;
	top: 115px;
	z: 2;
	width: 175px;
	Height: 450px;
	background: rgba(255,255,255,0.8);
	padding: 15px;
}
