div#picturezoomarea {
	background: none;
	color: white;
	position: absolute;
	top: 50px;
	left: 100px;
	width: 750px;
	height: 520px;
	margin: 0;
}

img.showroompic {
	cursor: pointer;
}

div#descriptionarea {
	background: #404040;
	color: white;
	position: relative;
	top: 60px;
	left: 150px;
	width: 300px;
	height: 300px;
	margin: 0;
}

#descriptionarea .windowpanel {
	margin-top: 5px;
	height: 280px;
}

#descriptionarea .content {
	overflow: auto;
	height: inherit;
	color: white;
	padding-left: 20px;
	padding-right: 10px;
	text-align: justify;
}
#descriptionarea .content h1 {
	font-size: 1.5em;
}
#descriptionarea .content h2 {
	font-size: 1.3em;
}
#descriptionarea .content h3 {
	font-size: 1.1em;
}
#descriptionarea .content p {
	text-align: justify;
	font-size: 0.9em;
}

DIV#showroom {
	position: absolute; top: 90px; right: 50px;
	background: #606060;
	width: 500px;
	height: 480px;
}
DIV#showroom DIV#picturedisplay,DIV#pictureinformation,DIV#newsdisplay{
	margin: 10px;
	border: solid 3px white;
	background: #8C8C8C;
}
DIV#showroom DIV#picturedisplay {
	vertical-align: bottom;
	height: 400px;
}
DIV#showroom DIV#pictureinformation {
	height: 40px;
}
DIV#showroom DIV#newsdisplay {
	height: 452px;
	overflow: auto;
	background: #404040;
}
DIV#showroom DIV#newsdisplay .newsentry {
	padding: 1.5em;
	color: white;
	font-size: 0.9em;
}

DIV#showroom DIV#pictureinformation DIV#legend {
	display: block;
	margin-top: 3px;
	margin-left: 10px;
	line-height: 2em; /* vertical alignment */
	text-align: center;
}
DIV#showroom DIV#pictureinformation DIV#legend #reference {
	float: left;
}
DIV#showroom DIV#pictureinformation DIV#legend #name {
	float: left;
	margin-left: 10px;
}
DIV#showroom DIV#pictureinformation DIV#legend #description {
	display: inline;
	font-size: small;
}

DIV#showroom DIV#pictureinformation DIV#navigation {
	border: 0px;
	float: right;
	margin-right: 10px;
	font-weight: bold;
	line-height: 2em; /* vertical alignment */
}
