@charset "utf-8";

/* css reset
	------------------------------------------------*/
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
caption,
form,
fieldset,
input,
textarea,
select,
pre,
address,
blockquote,
embed,
object {
	margin: 0px;
	padding: 0px;
	background-position: 0 0;
}

/* font family
	------------------------------------------------*/
body,
form textarea {
	font-family: Arial, Helvetica;
}

/* body
	------------------------------------------------*/
body {
	color: #333333;
	background: #c8c6c3;
	font-size: 62.5%;
}

/* font size
	------------------------------------------------*/
/*universal class > font size > ftMedium*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
dt,
dd,
li,
caption,
fieldset,
pre,
address,
blockquote {
	font-size: 1em;
	line-height: 1.6em;
}

/*universal class > font size > ftMedium*/
ul li ul li {
	font-size: 1em;
}
table td table td {
	font-size: 1em;
}
dl dd ul li {
	font-size: 1em;
}
dl dd p {
	font-size: 1em;
}

/* tags base setting
	------------------------------------------------*/

/*h*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

/*p*/
p {
	font-weight: normal;
}

/*em || strong*/
em,
strong {
	font-style: normal;
	font-weight: bold;
}

/*ul || ol*/
ul,
ol {
	line-height: 0px;
}
ul {
	list-style: none;
}
li {
	display: list-item;
}
li img {
	vertical-align: bottom;
}

/*dl*/
dl {
	line-height: 0px;
}
dt img,
dd img {
	vertical-align: bottom;
}

/*table*/
table {
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
}

/*img*/
img {
	border: 0px;
}

/*form*/
form {
	font-weight: normal;
}
input {
}
input,
select {
}
textarea {
}

/* float clear
	------------------------------------------------*/
br.clearFloat,
img.clearFloat {
	clear: both;
	height: 0px;
}
div.clearFloat {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	width: 0px;
}

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

/* -- reset -------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

/* -- grade select ------------------------------- */

#gradeWrapper p {
	font-weight: bold;
	margin-left: 10px;
}

#gradeWrapper {
	width: 200px;
	margin-top: 10px;
}

button {
	height: 40px;
	width: 70px;
	background-color: #eee;
	background-size: contain;
	background-repeat: no-repeat;
	border: solid 1px #ddd;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(255, 255, 255, 0.25)),
		to(rgba(0, 0, 0, 0.25))
	);
	font-weight: bold;
	font-size: 0.8rem;
	margin: 10px;
}

#config {
	-webkit-animation-name: 'anime';
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count: 1;
}

@-webkit-keyframes anime {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

img.drawTarget {
	position: absolute;
	top: 0;
	width: 100%;
}

#loadingIndicator {
	z-index: 100;
	position: absolute;
	opacity: 0.7;
}

.loadingTargetHide {
	display: none;
}

#exteriorStage {
	background-color: #f4f4f4;
}

#interiorStage {
	background-color: #f4f4f4;
	display: none;
	overflow: hidden;
	position: relative;
}

#stageWrapper {
	/*	margin:0px 20px;	*/
	position: relative;
	overflow: hidden;
}

/* ============ fps ========== */
#func-point {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	/* z-index: 10030; */
}

#fp-positions span {
	position: absolute;
	display: block;
	width: 17px;
	height: 17px;
	background: url(../assets/image/fp_icon.png) no-repeat;
	cursor: pointer;
}

#fp-descriptions {
	position: absolute;
	top: 0px;
	left: 0px;
}

#fp-descriptions div.description {
	position: absolute;
	width: 400px;
	background-color: #fff;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}

#fp-descriptions .fp-closeBtn {
	float: right;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../assets/image/fp_close_btn.png) no-repeat;
}

#fp-descriptions .fp-thumb {
	margin-top: 30px;
	height: 235px;
	position: relative;
}

#fp-descriptions .fp-thumb img {
	position: absolute;
}

#fp-descriptions .fp-label {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	margin: 15px 20px 0;
}

#fp-descriptions .fp-description {
	margin: 0 20px 18px;
}

/* ============ select menu ========== */

#selectMenu {
	z-index: 100;
}

dt,
dd {
	display: block;
	list-style-type: none;
	height: 27px;
	background-color: #eee;
}

dd p.itemLabel {
	margin: 5px 5px 0px;
	white-space: normal;
	line-height: 1.2em;
}

dd p.itemDescription {
	margin: 2px 5px;
	white-space: normal;
	line-height: 1.2em;
	color: #999999;
}

/*
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 */
#selectMenu div[data-button] {
}

#selectMenu div[data-button].selected {
}

#selectMenu div[data-button] button {
	border: 3px #fff solid;
	box-sizing: border-box;
	box-shadow: none;
	height: auto;
	margin: 0;
	outline: none;
	padding-top: calc(100% - 6px);
	position: relative;
	width: 100%;
}

#selectMenu div[data-button].selected > button.itemIcon {
	border-color: #d62c2c;
	box-shadow: #fff 0 0 0 1px inset;
}

#selectMenu div[data-button] .subMenu {
	background-color: #fff;
	border: 1px #bdbdbd solid;
	bottom: calc(100% + 5px);
	box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	left: 0;
	padding: 14px 8px;
	position: absolute;
	width: 400%;
	z-index: 1;
}

#selectMenu div[data-button].selected .subMenu::after {
	background-color: #fff;
	border: 1px #bdbdbd solid;
	border-width: 0 0 1px 1px;
	bottom: -5px;
	box-sizing: border-box;
	content: '';
	display: inline-block;
	height: 8px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;
	transform: rotate(-45deg);
	width: 8px;
	white-space: nowrap;
}

#selectMenu div[data-slide-item] div[data-button]:nth-of-type(1) .subMenu {
}

#selectMenu
	div[data-slide-item]
	div[data-button]:nth-of-type(1)
	.subMenu::after {
	left: 11%;
}

#selectMenu div[data-slide-item] div[data-button]:nth-of-type(2) .subMenu {
	left: -100%;
}

#selectMenu
	div[data-slide-item]
	div[data-button]:nth-of-type(2)
	.subMenu::after {
	left: 35%;
}

#selectMenu div[data-slide-item] div[data-button]:nth-of-type(3) .subMenu {
	left: -200%;
}

#selectMenu
	div[data-slide-item]
	div[data-button]:nth-of-type(3)
	.subMenu::after {
	left: 61%;
}

#selectMenu div[data-slide-item] div[data-button]:nth-of-type(4) .subMenu {
	left: -300%;
}

#selectMenu
	div[data-slide-item]
	div[data-button]:nth-of-type(4)
	.subMenu::after {
	left: 86.5%;
}

#selectMenu div[data-button] .subMenu [data-subitemid] {
	box-sizing: border-box;
	padding: 0 6px;
	width: 16.667%;
}

#selectMenu div[data-button] .subMenu [data-subitemid] button {
	background-size: cover;
	border: 2px #c6c6c6 solid;
	box-sizing: border-box;
	box-shadow: none;
	height: auto;
	margin: 0;
	outline: none;
	padding-top: calc(100% - 4px);
	position: relative;
	width: 100%;
}

#selectMenu
	div[data-button].selected
	.subMenu
	[data-subitemid].selected
	button {
	border-color: #003145;
}

#selectMenu .selected .itemIcon {
	/* border: solid 3px #d62c2c; */
}

#selectMenu dd .itemIcon div.infoIcon {
	width: 100%;
	height: 100%;
}

/* #selectMenu #EXT_OPTION_ACCESSORY dd:hover .itemIcon div.infoIcon {
	background: url(../assets/image/thumb_icon_add.png) no-repeat right bottom;
} */

#selectMenu
	#EXT_OPTION_ACCESSORY
	dd.selected.checkType:hover
	.itemIcon
	div.infoIcon,
#selectMenu
	#EXT_OPTION_ACCESSORY
	dd.selected.mixType:hover
	.itemIcon
	div.infoIcon {
	background: url(../assets/image/thumb_icon_remove.png) no-repeat right bottom;
}

/* #selectMenu div.noConfig .itemIcon {
	border: solid 3px #fff;
} */

#selectMenu div.noConfig .itemIcon div.infoIcon {
	background-image: url(../large/image_sp/thumb_icon_noconfig.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 2px;
	display: inline-block;
	height: 14px;
	position: absolute;
	right: 2px;
	overflow: hidden;
	width: 14px;
}

#selectMenu .slideAreaWrap {
	/* height: 160px; */
	/* white-space: nowrap; */
}

#selectMenu .slideAreaWrap [data-slide-item] {
	display: flex;
	flex-wrap: wrap;
	outline: none;
	white-space: nowrap;
	width: 100%;
}

#selectMenu .slideAreaWrap [data-slide-item] [data-button] {
	box-sizing: border-box;
	padding: 0 2px;
	position: relative;
	width: 25%;
}

#selectMenu .slideAreaWrap [data-slide-item] [data-id='BC'][data-button] {
	margin-bottom: 8px;
}

#selectMenu .slideAreaWrap .itemLabel {
	font-size: 0.6rem;
	line-height: 1.4;
	padding: 2px 3px 8px 3px;
	white-space: normal;
}

#selectMenu .slideAreaWrap [data-id='BC'][data-button] .itemLabel,
#selectMenu .slideAreaWrap [data-id='BC'][data-button] .itemDescription {
	display: none;
}

.noSimulationTooltip {
	background-color: transparent;
	background-image: url(../large/image_sp/ic-no-demonstration.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-indent: 100%;
	top: 0;
	white-space: nowrap;
	z-index: 20000;
}

/* #selectMenu .slideAreaWrap dl {
	display: flex;
	flex-wrap: wrap;
	vertical-align: top;
}

#selectMenu .slideNavi {
	text-align: center;
	position: relative;
	height: 20px;
}

#selectMenu .slideNavi .slideL {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../assets/image/slide_nav_left.gif) no-repeat;
	cursor: pointer;
}

#selectMenu .slideNavi .slideR {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../assets/image/slide_nav_right.gif) no-repeat;
	cursor: pointer;
}

#selectMenu .slideNavi ul.pageIndicator {
	position: relative;
	display: inline-block;
	margin: 6px 8px;
	vertical-align: top;
}

#selectMenu .slideNavi ul.pageIndicator li {
	width: 8px;
	height: 8px;
	margin: 0px 6px;
	text-indent: -9999px;
	background: url(../assets/image/slide_nav_indicator.png) no-repeat;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
}

#selectMenu .slideNavi ul.pageIndicator li.on {
	background-position: 0px -8px;
} */

/* .subMenu > div {
	height: 15px;
	width: 15px;
	float: left;
	margin: 0px 5px 5px 0px;
} */

#selectMenu .selectNotice {
	border-color: red;
}

#selectMenu dd img {
	height: 28px;
	padding-right: 5px;
	margin-left: 5px;
	vertical-align: middle;
}

#selectMenu .menuList-SMR .slideAreaWrap {
	white-space: normal;
	height: 173px;
	overflow: auto;
}

#selectMenu .summaryBlockLeft,
#selectMenu .summaryBlockRight {
	vertical-align: top;
}

#selectMenu .summaryBlockLeft dt {
	margin-top: 5px;
	padding: 2px 5px 0px 5px;
	background-color: #ececec;
	height: auto;
	font-weight: bold;
}

#selectMenu .summaryBlockLeft dd {
	padding: 2px 5px 0px 5px;
	background-color: #ffffff;
	height: auto;
	float: none;
}

#selectMenu .summaryBlockRight dt {
	margin-top: 5px;
	padding: 2px 5px 0px 5px;
	background-color: #ececec;
	height: auto;
	font-weight: bold;
}

#selectMenu .summaryBlockRight dd {
	padding: 2px 5px 0px 5px;
	background-color: #ffffff;
	height: auto;
	float: none;
	border-top: 1px solid #ececec;
}

#selectMenu .summaryBlockRight dd:after {
	content: '';
	display: block;
	clear: both;
}

#selectMenu .summaryBlockRight dd span.itemLabel {
	display: block;
	width: 70%;
	float: left;
	margin: 0px;
}

#selectMenu .summaryBlockRight dd span.itemDescription {
	display: block;
	width: 30%;
	float: right;
	color: #999999;
	margin: 0px;
	text-align: right;
}

#exteriorItems .selectMenuWrapper {
	margin-top: 7px;
	width: 100%;
	/* height: 205px; */
	/*	margin: 0 20px; */
	/* margin: -100px 20px 0; */
	/* overflow: hidden; */
	/*	background-color: #fff; */
	/* padding-top: 100px; */
}

#exteriorItems .selectMenuWrapper > div {
	/* height: 173px; */
	background-color: #fff;
	/* margin-left: -1%; */
	padding: 16px 24px;
	position: relative;
}

#exteriorItems .selectMenuWrapper > div::before,
#exteriorItems .selectMenuWrapper > div::after {
	background-color: #fff;
	content: '';
	display: block;
	height: calc(100% - 16px);
	overflow: hidden;
	position: absolute;
	top: 16px;
	width: 24px;
	z-index: 10;
}

#exteriorItems .selectMenuWrapper > div::before {
	left: 0;
}
#exteriorItems .selectMenuWrapper > div::after {
	right: 0;
}
#exteriorItems .selectMenuWrapper .itemIcon {
	cursor: pointer;
}

#exteriorItems .selectMenuWrapper dd.noConfig .itemIcon {
	cursor: default;
}

/* .subMenu {
	width: 86px;
	height: 78px;
	background: url(../assets/image/subcolor_base.png) no-repeat;
	padding-top: 8px;
	padding-left: 8px;
	position: absolute;
	top: -77px;
	left: 5px;
}

.subMenu div.itemIcon {
	height: 13px !important;
	width: 13px !important;
	padding: 0px !important;
	border: solid 1px #c6c6c6 !important;
}

.subMenu div.selected div.itemIcon {
	border-color: #003145 !important;
} */

/* .noSimulationTooltip {
	width: 103px;
	height: 38px;
	background: url(../assets/image/nosimulation_base.png) no-repeat;
	position: absolute;
	top: -28px;
	left: 0px;
} */

/* #BC dd {
	height: 76px;
	width: 76px;
	margin-right: 2px;
}

#BC dd .itemIcon {
	height: 68px;
	width: 68px;
} */

#GRD dd .itemLabel,
#GRD dd .itemDescription,
#BC dd .itemLabel,
#BC dd .itemDescription,
.subMenu .itemLabel,
.subMenu .itemDescription {
	display: none;
}

.subMenuBtn {
	width: 70px;
	height: 30px;
	text-align: center;
	background-color: #000;
	font-weight: bold;
	color: #fff;
	margin: 10px;
	display: none;
}

#indicator {
	position: absolute;
	width: 100%;
	height: 14px;
	z-index: 10000;
	text-align: center;
}

#indicator ul {
	position: relative;
}

#indicator ul li {
	width: 10px;
	height: 14px;
	text-indent: -9999px;
	background: url(../assets/image/indicator.png) no-repeat;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
}

#indicator ul li.loaded {
	background-position: 0px -14px;
}

#indicator ul li.loaded.on {
	background-position: 0px -28px;
}

#gradeName {
	color: #ffffff;
	position: absolute;
	padding: 8px 8px 0 8px;
	right: 0;
	text-align: right;
	top: 0;
	z-index: 10000;
}

#gradeName p {
	display: inline;
	font-size: 0.7rem;
	/* line-height: 1.2; */
}

#gradeName p.grdLabel {
	font-weight: bold;
}

#gradeName p:nth-of-type(2) {
	padding-left: 0.5rem;
}

#exteriorItems {
	position: relative;
	/*	height:190px;*/
	margin-top: -15px;
	z-index: 10020;
}

#exteriorItems ul.menuTab {
	/* position: relative;
	height: 85px;
	margin: 0 15px; */
}

#exteriorItems ul.menuTab li {
	/* height: 85px;
	margin: 0 5px;
	text-indent: -9999px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden; */
}

#exteriorItems ul.menuTab li a {
	/* height: 70px;
	display: block;
	overflow: hidden;
	text-indent: -9999px; */
}

/**
 * Indicator
 */
#floatingBarsG {
	position: relative;
	width: 40px;
	height: 50px;
	top: 10px;
	z-index: 1000;
	margin: 0 auto;
}

.blockG {
	position: absolute;
	background-color: #ffffff;
	width: 6px;
	height: 16px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-webkit-transform: scale(0.4);
	-webkit-animation-name: fadeG;
	-webkit-animation-duration: 0.88s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: linear;
	-moz-transform: scale(0.4);
	-moz-animation-name: fadeG;
	-moz-animation-duration: 0.88s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: linear;
	border-radius: 6px 6px 0 0;
	-o-transform: scale(0.4);
	-o-animation-name: fadeG;
	-o-animation-duration: 0.88s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: linear;
	-ms-transform: scale(0.4);
	-ms-animation-name: fadeG;
	-ms-animation-duration: 0.88s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: linear;
}

#rotateG_01 {
	left: 0;
	top: 18px;
	-webkit-animation-delay: 0.33s;
	-webkit-transform: rotate(-90deg);
	-moz-animation-delay: 0.33s;
	-moz-transform: rotate(-90deg);
	-o-animation-delay: 0.33s;
	-o-transform: rotate(-90deg);
	-ms-animation-delay: 0.33s;
	-ms-transform: rotate(-90deg);
}

#rotateG_02 {
	left: 5px;
	top: 6px;
	-webkit-animation-delay: 0.44s;
	-webkit-transform: rotate(-45deg);
	-moz-animation-delay: 0.44s;
	-moz-transform: rotate(-45deg);
	-o-animation-delay: 0.44s;
	-o-transform: rotate(-45deg);
	-ms-animation-delay: 0.44s;
	-ms-transform: rotate(-45deg);
}

#rotateG_03 {
	left: 17px;
	top: 2px;
	-webkit-animation-delay: 0.55s;
	-webkit-transform: rotate(0deg);
	-moz-animation-delay: 0.55s;
	-moz-transform: rotate(0deg);
	-o-animation-delay: 0.55s;
	-o-transform: rotate(0deg);
	-ms-animation-delay: 0.55s;
	-ms-transform: rotate(0deg);
}

#rotateG_04 {
	right: 5px;
	top: 6px;
	-webkit-animation-delay: 0.66s;
	-webkit-transform: rotate(45deg);
	-moz-animation-delay: 0.66s;
	-moz-transform: rotate(45deg);
	-o-animation-delay: 0.66s;
	-o-transform: rotate(45deg);
	-ms-animation-delay: 0.66s;
	-ms-transform: rotate(45deg);
}

#rotateG_05 {
	right: 0;
	top: 18px;
	-webkit-animation-delay: 0.77s;
	-webkit-transform: rotate(90deg);
	-moz-animation-delay: 0.77s;
	-moz-transform: rotate(90deg);
	-o-animation-delay: 0.77s;
	-o-transform: rotate(90deg);
	-ms-animation-delay: 0.77s;
	-ms-transform: rotate(90deg);
}

#rotateG_06 {
	right: 5px;
	bottom: 5px;
	-webkit-animation-delay: 0.88s;
	-webkit-transform: rotate(135deg);
	-moz-animation-delay: 0.88s;
	-moz-transform: rotate(135deg);
	-o-animation-delay: 0.88s;
	-o-transform: rotate(135deg);
	-ms-animation-delay: 0.88s;
	-ms-transform: rotate(135deg);
}

#rotateG_07 {
	bottom: 0;
	left: 17px;
	-webkit-animation-delay: 0.99s;
	-webkit-transform: rotate(180deg);
	-moz-animation-delay: 0.99s;
	-moz-transform: rotate(180deg);
	-o-animation-delay: 0.99s;
	-o-transform: rotate(180deg);
	-ms-animation-delay: 0.99s;
	-ms-transform: rotate(180deg);
}

#rotateG_08 {
	left: 5px;
	bottom: 5px;
	-webkit-animation-delay: 1.1s;
	-webkit-transform: rotate(-135deg);
	-moz-animation-delay: 1.1s;
	-moz-transform: rotate(-135deg);
	-o-animation-delay: 1.1s;
	-o-transform: rotate(-135deg);
	-ms-animation-delay: 1.1s;
	-ms-transform: rotate(-135deg);
}

@-webkit-keyframes fadeG {
	0% {
		background-color: #000000;
	}

	100% {
		background-color: #ffffff;
	}
}

@-moz-keyframes fadeG {
	0% {
		background-color: #000000;
	}

	100% {
		background-color: #ffffff;
	}
}

@-o-keyframes fadeG {
	0% {
		background-color: #000000;
	}

	100% {
		background-color: #ffffff;
	}
}

@-ms-keyframes fadeG {
	0% {
		background-color: #000000;
	}

	100% {
		background-color: #ffffff;
	}
}

#header {
	height: 40px;
	margin: 10px 20px 0px;
	position: relative;
}

#header .closeBtn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 25px;
	height: 40px;
	background: url(../assets/image/close_btn.gif) no-repeat;
}

#header .closeBtn a {
	width: 25px;
	height: 40px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#featuresSwitch {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10000;
}

#featuresSwitch .fpSwitchBtn {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}

#INT_BOX_WRAP1 {
	position: absolute;
	width: 1280px;
	height: 1280px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
}

#INT_BOX_WRAP2 {
	width: 1280px;
	height: 1280px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
}

#INT_BOX {
	width: 1280px;
	height: 1280px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
}

#INT_BOX div {
	position: absolute;
	width: 1280px;
	height: 1280px;
	background-size: contain !important;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
}

#INT_BOX #INT_BOX_Z1 {
	-webkit-transform: translateZ(-639px);
	-moz-transform: translateZ(-639px);
}
#INT_BOX #INT_BOX_Z2 {
	-webkit-transform: translateZ(639px) rotateY(180deg);
	-moz-transform: translateZ(639px) rotateY(180deg);
}
#INT_BOX #INT_BOX_X2 {
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	left: 639px;
}
#INT_BOX #INT_BOX_X1 {
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	left: -639px;
}
#INT_BOX #INT_BOX_Y1 {
	-webkit-transform: rotateX(-90deg) rotateZ(180deg);
	-moz-transform: rotateX(-90deg) rotateZ(180deg);
	top: -639px;
}
#INT_BOX #INT_BOX_Y2 {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	top: 639px;
}

#INT_BOX div img {
	position: absolute;
	top: 0px;
	left: 0px;
}
