#luxe1 {
	float: left;
	margin: -5px 0 0 35px;
}
#luxe2 {
	float: left;
	margin: -10px 0 0 100px;
}
#luxe3 {
	float: left;
	margin: -30px 0 0 20px;
}
#stand1 {
	position: relative;
	left: -10px;
	top: 10px;
	z-index: 50;
}
#stand2 {
	position: relative;
	left: 70px;
	top: -20px;	
}
#meublecam {
	float: left;
	margin: 20px 0 0 0px;
}
#elements {
	position:relative;
	top:0;
	left:-10px;
	list-style-type:none;
	font-size:0.8em;
}
#elements li {
	list-style: none;
	float:left;
	text-align:center;
	margin: 0;
	padding: 0;

}
#elements span {
	display:block;
}
#elements a {
	display:block;
	text-decoration:none;
	color:#666;
}
#pop0, #pop2, #pop1 {
	display:none;
	position:absolute;
	top:200px;
	left:250px;
	width: 400px;
	height:330px;
	border:1px solid #999;
	background-color: #F7F7F7;
	color:#666;
	z-index: 60;
}
#pop0 h3, #pop1 h3, #pop2 h3 {
	padding-top:0;
	text-align:center;
}
#pop0 p, #pop1 p, #pop2 p {
	text-align:center;
	font-size:0.8em;
}
#pop0 img, #pop1 img, #pop2 img {
	display: block;
	margin: auto;
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}
