#slideshow * {
	margin: 0;
	padding: 0;
}

#showroomBgDiv {
	height: 363px;
	width: 948px;
	background:url(../images/showroomCont.png) no-repeat;
}

#slideshow {

	position: relative;
	padding: 0px 0 15px;
	width: 900px;
	height: 280px;
}
#slideshow #menu, #slideshow #pictures, #slideshow #loading {
	position: absolute;
}
#slideshow #loading {
	background: url('../images/spinner.gif');
	display: block;
	top: 158px;
	left: 405px;
	text-indent: -5000px;
	width: 24px;
	height: 24px;
	visibility: hidden;
	z-index: 5;
}
#slideshow #pictures {
	background: url('../images/bg.jpg');
	width: 686px;
	height: 299px;
	left: 0;
	overflow: hidden;
	margin-left:50px;
}
#slideshow #pictures li {
	display: block;
	position: absolute;
	top: 0;
	width: 686px;
}
#slideshow #menu {
	background: url('../images/showroomBg.png');
	list-style-type: none;
	width: 166px;
	height: 300px;
	right: 0;
/*	padding-top: 20px;*/
}
#slideshow #menu li {
	display: block;
	z-index: 1000;
	position: relative;
}
#slideshow #menu li a {
	display: block;
	font: 11px tahoma, "Verdana";
	text-decoration: none;
	padding: 7px 0 7px 28px;
	z-index: 1000;
	color: #ccc;
	height: 16px;
	vertical-align: middle;
	
}
#slideshow #menu li a:hover {
	color: #fff;
}
#slideshow #menu li.current a {
	font:bold 11px tahoma, "Verdana";
	color: #fff;
	padding: 5px 0 5px 28px;
	line-height: 18px;
}
#slideshow #menu li.background {
	background: url('../images/arrow.gif') no-repeat left center;
	position: absolute;
	font-size: 1px;
	height: 7px;
	width: 4px;
	z-index: 5;
}

p a {
	color: #BE7A40;
}
h1 {
	font: 20px "Trebuchet MS";
	color: #666;
}
p {
	font: 13px "Trebuchet MS", "Verdana";
	color: #333;
}
#back a {
	font-size: 11px;
}
#demo {
	margin:0px /*40px 70px 70px;*/
}
