.container {
  position: relative;
  margin: 0px auto;
  padding: 0%;
}

.scene {
  padding: 0;
  margin: 0;
}

#scene ul {
	margin:0px;
	padding:0px;
}

li.layer {
	list-style:none;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}


li.layer:hover {
	opacity:0.85;
}

/* --------------------------------------------
  Home Layout Positions
-------------------------------------------- */
#contenthome {
  color: #ffffff;
  font-size: 115%;
  line-height: 150%;
  margin: 0px auto;
  padding:0px;
  width: 100%;
  height:100%;
}


.positionabs {
  position: relative !important;
}

.centerchairalt {
  left: 50% !important;
  top: 50% !important;
  margin-top: 15%;
  margin-left: -160px;
}

.centerpopcornalt {
  left: 50% !important;
  top: 8% !important;
  margin-left: -107px;
  margin-top: -140px;
}

.centerampalt {
  left: 50% !important;
  top: 56% !important;
  margin-left: -410px;
  margin-top: 0;
}

.centermegaalt {
	left:50% !important;
	top:50% !important;
	margin-left:150px;
	margin-top:-40px;
}

