@charset "utf-8";

div.left aside {
	padding: 0px 30px 10px 30px;
}

div.left > aside p{
	text-align: center;
	line-height: 1.4em
}

div.right h1 {
	text-align: center
}

table.imgslider {
	height: 500px;
}

table.imgslider td {
	padding: 5px 15px;
}

table.imgslider a {
	color: white;
	text-decoration: none;
	font-size: 3em;
}

table.imgslider a:hover {
	color: #d48626;
	text-decoration: none;
}

th#gamepics {
	width: 100%;
	background: url("../pics/3d/ProjectMana1.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-clip: border-box;
}

div.bottom {
	width: 100%;
}
div.bottom h2 {
	margin-left: 10%;
	margin-top: 175px;
}

section.gamemodels, section.othermodels {
	width: 90%;
	overflow-x: scroll;
	overflow-y: hidden;
	margin: 5px auto;
}

section.gamemodels::-webkit-scrollbar-track, section.othermodels::-webkit-scrollbar-track {
	background: #00000000;
}




section.gamemodels > table td, section.othermodels > table td {
	text-align: center;
	
}