*{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	color: #333399; 
}

h1 { font-size: 130%; padding: 10px 5px 10px 5px; color: #585465; background-color: white; opacity: 0.8; }
h2 { font-size: 90%; color: #525252; background-color: white; opacity: 0.5}
h3 { font-size: 00%; color: #525252; background-color: white;}
h4 { font-size: 70%; color: #525252; background-color: white;}

#content{
	padding: 30px 100px 100px 100px;
	color: #525252;
}

#title{
	position: fixed;
	padding 20px 20px 20px 20px;
	margin-left: calc(10% - 100px);
	bottom: 60px;
	z-index: 9999;
}

#subtitle{
	position: fixed;
	margin-left: calc(10% - 100px);
	bottom: 10px;
	z-index: 9999;
}

#strip{
	padding-top: 200px;
    white-space: nowrap;
}

#strip img{
	height: 600px;
}

.centerFixThis{
	position: fixed;
	margin: 0 auto; 
	bottom: 20px;
	right: 50%;
	z-index: 10000;
}

.centerTopThis{
	position: fixed;
	margin: 0 auto; 
	top: 20px;
	right: 30%;
}

#addPano{
	position: fixed;
	width: 150px;
	height: 150px;
	margin-left: calc(80% - 100px);
	bottom: 20px;
	z-index: 10000;
}

#panoUpload{
	position: fixed;
	width: 150px;
	height: 150px;
	margin-left: calc(80% - 100px);
	bottom: 20px;
	opacity: 0;
    filter: alpha(opacity=0);
	cursor: pointer; cursor: hand;
	z-index: 10001;
}

#autoScroll{
	position: fixed;
	width: 150px;
	height: 150px;
	margin-left: calc(80% + 100px);
	bottom: 20px;
	z-index: 10000;
}

input[type=checkbox]{
  /* Double-sized Checkboxes */
  -ms-transform: scale(3); /* IE */
  -moz-transform: scale(3); /* FF */
  -webkit-transform: scale(3); /* Safari and Chrome */
  -o-transform: scale(3); /* Opera */
  margin-left: 50px;
  margin-right: 20px;
}



