html,button {
	background: #ddd;
	font-size: 1em;
	font-family: 'Helvetica Neue Light', HelveticaNeue-Light,
		'Helvetica Neue', Calibri, Helvetica, Arial;
}

body {
	margin: 20px;
}

a {
	color: #2B81AF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	color: black;
	font-size: 3em;
	margin: 0;
	font-weight: normal;
}

.description {
	font-size: .8em;
}

.credits {
	font-size: .9em;
	color: black;
}

.credits.photo:before {
	content: 'Photo ';
}

.credits.graphic:before {
	content: 'Graphic ';
}

.credits.render:before {
	content: 'Render';
}

.control {
	width: 100px;
	height: 85px;
	position: relative;
	float: left;
	margin: 0px;
}

#control-container {
	height: 85px;
	position: absolute;
	top: 50px;
	left: 300px;
	z-index: 100;
}

.viewer-container {
	position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}

.text-container {
	width: 500px;
	position: relative;
	float: left;
}

#viewer-controls {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 100;
	opacity: 0.75;
    width: 124px;
}


.control-btn {
	height: 40px;
	width: 40px;
}
.control-btn.magnifier {
	background-image: url(../img/magn_40.png);
	background-repeat: no-repeat;
}

.control-btn.drag {
	background-image: url(../img/rot_40.png);
	background-repeat: no-repeat;
}

#image {
	width:  500px;
	height: 500px;
}

#hotspot_container {
	position: absolute;
	top: 10%;
	left: 10%;
	right: 10%;
	bottom: 10%;
	z-index: 200;
	background-color: #aaca17;
	layer-background-color: #aaca17;
	opacity: .9;
	-moz-border-radius: 20px;
    border-radius: 20px;
	-khtml-border-radius: 20px;
	padding: 10px;
	border: 2px solid #505154;
	background-image: url(fancy_close.png);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 91%;
	color: #505154;
	font-family: Verdana;
	display: none;
	text-shadow: none;
}

.hotspot-detail {
	margin: 10px;
	float: left;
}

#logo {
	position: absolute;
	bottom: 2%;
	left: 2%;
	width: 150px;
	opacity: 0.5;
}

#sketchfab {
	position: absolute;
	bottom: 2%;
	right: 2%;
	width: 40px;
	opacity: 0.3;
}

.reel-annotation {
	opacity: 0.5;
	cursor:  pointer;
}


