@charset "utf-8";

.point {
	background-image: url(../../img/point.gif);
	width: 14px;
	height: 13px;
	cursor:pointer;
	position: absolute;
	margin: 30px;
	z-index: 3;
}

.point:hover {
	background-image: url(../../img/pointover.gif);
}

#steps, .step, #steparea {
	position: absolute;
	width: 270px;
	height: 160px;
}

#steps {
	background-image: url(../../img/usasteps/steps.gif);
}

.step {
	display: none;
}

#steparea {
	z-index: 2;
}

#steparea img {
	border: 0;
	width: 270px;
	height: 160px;
}

.area {
	position: relative;
	background-color:#3333CC;
}

#step1 { background-image: url(../../img/usasteps/step1.gif);}
#step2 { background-image: url(../../img/usasteps/step2.gif);}
#step3 { background-image: url(../../img/usasteps/step3.gif);}
#step4 { background-image: url(../../img/usasteps/step4.gif);}
#step5 { background-image: url(../../img/usasteps/step5.gif);}
#step6 { background-image: url(../../img/usasteps/step6.gif);}
#step7 { background-image: url(../../img/usasteps/step7.gif);}
#step8 { background-image: url(../../img/usasteps/step8.gif);}
#step9 { background-image: url(../../img/usasteps/step9.gif);}
#step10 { background-image: url(../../img/usasteps/step10.gif);}
#step11 { background-image: url(../../img/usasteps/step11.gif);}

#point1 {top: 118px; left: 148px;}
#point2 {top: 73px; left: 158px;}
#point3 {top: 53px; left: 193px;}
#point4 {top: 38px; left: 203px;}
#point5 {top: 3px; left: 213px;}
#point6 {top: 18px; left: 163px;}
#point7 {top: 23px; left: 143px;}
#point8 {top: 43px; left: 103px;}
#point9 {top: -12px; left: 38px;}
#point10 {top: -2px; left: 23px;}
#point11 {top: -22px; left: -17px;}
