body {
	background-color: #30302d;
	color: #f5f5f5;
	margin: 0px; 
	font-family: Verdana;
	font-size: 15px;
}
#frame {
	width: auto;
	overflow: hidden;
}
#main {
	text-align: center;
	width: 90%;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}		
#center	{
	margin-top: 2px;
	margin-left: 6px;
	display:inline-block;
	background-image: url(../images/bg_big_center.png);
	background-repeat: repeat-x;
}
#left {
	background-image: url(../images/bg_big_li.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#right {
	background-image: url(../images/bg_big_re.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#innen {
	background-color: white;
	height: 471px;
	margin: 14px 22px 24px 16px;
	display: inline-block;
	border: solid 1px #b5b5b5;
}
#innen img {
	position: relative;
	z-index: 2;
	margin-top: -32px;
}
#wait {
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	width: 32px;
	height: 32px;
	top: 219px;
	background-image: url(../images/wait.gif);
}
#submain {
	width: 628px;
	margin: auto;
	margin-top: -8px;
}
#thumbs {
	margin-top: 4px;
	padding-left: 13px;
	background-image: url(../images/bg_small_liau.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#thumbs div {
	background-image: url(../images/bg_small_re.png);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
}
#thumbs div div {
	background-image: url(../images/bg_small_li.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#thumbs img {
	margin: 12px 16px 20px 0px;
	border: solid 1px #b5b5b5;
	cursor: pointer;
}
#last {
	margin-left: -16px;
	width: 19px;
	height: 94px;
	background-image: url(../images/bg_small_reau.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#slider{
	width: 628px;
	margin: auto;
	margin-top: -4px;
	background: url(../images/slider.png) center 14px no-repeat;
}
#knob {
	width: 28px;
	height: 38px;
	cursor: move;
	background: url(../images/knob.png) center center no-repeat;
}
