/* CSS Document */
#homeWrap {
	height: 640px;
}
#home_img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#home_img_bar {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#thumbWrap {
	width: 900px;
	height: 151px;
	background-image: url(../img/homeSprite.png);
	background-repeat: no-repeat;
	background-position:center top;
	position: relative;
	float:left;
}
#oW {
	width: 450px;
	height: 151px;
	position:absolute;
    cursor:pointer;
	left: 0px;
	z-index: 9999;
}
#on_camera {
	width: 450px;
	height: 151px;
	background: url(../img/homeSprite.png) no-repeat 0px 0px;
	text-indent: -9000px;
	overflow: hidden;
}

#mW {
	width: 450px;
	height: 151px;
	position:absolute;
    cursor:pointer;
	left: 450px;
	z-index: 9999;
}
#modeling {
	width: 450px;
	height: 151px;
	background: url(../img/homeSprite.png) no-repeat -450px 0px;
	text-indent: -9000px;
	overflow: hidden;
}

	