ol#process {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	background: transparent url(../images/process/bg_process.png);
	
	width: 413px;
	height: 533px;
	
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
}

ol#process * {
	margin: 0;
	padding: 0;
}

ol#process li {
	position: absolute;
	
	left: 193px;
}

ol#process li a {
	display: block;
	
	text-indent: -3000em;
	overflow: hidden;
	
	width: 184px;
	height: 26px;
}

ol#process li#idea {
	top: 37px;
}


ol#process li#prototyping {
	top: 119px;
}

ol#process li#testing {
	top: 205px;
}
ol#process li#testing a {
	height: 27px;
}

ol#process li#commercialization {
	top: 299px;
}

ol#process li#product {
	top: 387px;
}