#id_homeOuter {
	position: absolute;
	left: 1.2%;
	right: 31.2%;
	top: 100px;
	bottom: 70px;
	overflow-x: hidden;
	overflow-y: hidden;
}

#id_homeInner {
	position: absolute;
	left: 0;
	right: -25px;
	top: 0;
	bottom: 100px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#id_homeInner img {
	width: 80%;
	margin: 40px 10% 0 10%;
	height: auto;
	cursor: pointer;
	border: 1px solid black;
	outline: 1px solid black;
	transition: all 1s ease;
}

#id_homeInner img:hover {
	border: 1px solid white;
	background: rgba(0, 0, 0, 0.05);
}

#id_homeNavigator {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
}

#id_homeNavigator div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	border: 4px solid white;
	outline: 1px solid black;
	cursor: pointer;
	transition: all 0.5s ease;
}

#id_homeNavigator div:hover {
	box-shadow: 0 0 15px black;
}

#id_homeNavigator div {
	margin-top: -30px;
}

#id_homeGullivWareNavImg {
	margin: -30px -150px;
	background: 0 url('../image/home-gullivware.png') no-repeat;
}

#id_homeRealTimeEmbeddedNavImg {
	margin: -30px -70px;
	background: 0 url('../image/home-embedded.png') no-repeat;
}

#id_homeInternetCloudNavImg {
	margin: -30px 10px;
	background: 0 url('../image/home-cloud.png') no-repeat;
}

#id_homeInfrastructureNavImg {
	margin: -30px 90px;
	background: 0 url('../image/home-infrastructure.png') no-repeat;
}
