#sel-partes {
	position: absolute;
	top: 21px;
	left: 0px;
	width: 129px;
	height: 205px;
}
#sel-partes div {
	cursor: pointer;
	width: 129px;
	height: 41px;
}
	#traco {
		position: absolute;
		bottom: -7px;
		left: 0;
		width: 129px;
		height: 7px;
	}
#palco {
	position: absolute;
	top: 12px;
	left: 129px;
	width: 322px;
	height: 242px;
	background-image: url(../../imagens/crie/palco_bg.png);
	background-repeat: no-repeat;
}
	#cores {
		position: absolute;
		top: 3px;
		left: 25px;
		width: 130px;
		height: 25px;
		padding-left: 2px;
		background-image: url(../../imagens/crie/cores_bg.png);
		background-repeat: no-repeat;
	}
		#cores img {
			cursor: pointer;
			display: inline-block;
			margin: 0;
			padding-left: 1px;
		}
	#palco div.seta {
		position: absolute;
		top: 125px;
		width: 34px;
		height: 34px;
	}
		#palco div.seta {
			cursor: pointer;
		}
		#palco div.seta a {
			display: block;
			width: 100%;
			height: 100%;
		}
			#prox {
				right:0;
			}
			#ante {
				left:0;
			}
	#essencial {
		position: absolute;
		top: 29px;
		left: 96px;
	}
		#essencial img {
			position: absolute;
			top: 0;
			left: 0;
			width: 132px;
			height: 206px;
		}

