@charset "UTF-8";
/* CSS Document */

<style type="text/css" media="screen, projection">
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }

body, html {
	font-family:'LatinModernRomanCaps10Regular', arial, serif;
	height: 100%;
	position: relative;
}

body {
	margin: 0;
}

img {
	max-width:100%;
	max-height:600px;
}

a {
	text-decoration:none;
	color:#000;
}

#container {
	margin: 0 auto;
	display: table;
	width: 70%;
	height: 100%;
	text-align: center;
	position: relative;
}

#container_inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
#right {
	top: 50%;
	left: 100%;
	width: 15%;
	transform: translate(0, -50%);
	position: absolute;
	text-align: center;
	margin: -0 auto 0;
	font-size: 1.5em;
	letter-spacing: 0;
}

#itemdesc {
	display: none; 
	position: absolute; 
	left: 0%;
	/*top: 43.5%;*/
	top: 50%;
	transform: translate(0, -50%);
	background: #FFF;
	filter: alpha(opacity=85);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	letter-spacing: 0;
}

@font-face {
	font-family: 'LatinModernRomanCaps10Regular';
	src: url('lmromancaps10-regular-webfont.eot');
	src: local('☺'), url('lmromancaps10-regular-webfont.woff') format('woff'), url('lmromancaps10-regular-webfont.ttf') format('truetype'), url('lmromancaps10-regular-webfont.svg#webfont28neKOVT') format('svg');
	font-weight: normal;
	font-style: normal;
}