

DIV#object {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 600px;
	height: 355px;
	overflow-y: auto;
}

SPAN#address {
	float: left;
}

SPAN#price {
	float: right;
	font-weight: bold;
	margin-right: 17px;
}

IMG#mainPhoto {
	margin-top: 10px;
	float: left;
	width: 327px;
	border: solid 1px rgb(0,0,0);
}

IMG.extra_fotos {
	border: solid 1px rgb(0,0,0);
	}
DIV#thumbnails {
	margin-top: 10px;
	margin-right: 7px;
	float:right;
}

IMG.thumbnail {
	height: 70px;
	border: solid 1px rgb(0,0,0);
	cursor:pointer;
}

DIV#options {
	margin-top: 260px;
	
}

/* fromulier */
td.label { font-weight:bold;}
