ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: 400;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#wrapper {
	overflow: hidden;
}
#ins {
	font-size: 0.75em;
	margin: 10px 0 6px;
	line-height: 1.25;
	text-align: center;
}
#fake {
	overflow: hidden;
}
.content-box {
	margin-top:20px;
}
.hasJS #wrapper {
	height: 400px;
	position: relative;
}
.hasJS #fake {
	width: 2000px;
	height: 400px;
}
.hasJS .content-box {
	cursor: pointer;
}
.content-box {
	color: #d1d1d1;
	background: #000;
}

::-moz-selection {
background: #000;
color: #d1d1d1;
}
::selection {
background: #000;
color: #d1d1d1;
}
#panelIndicator {
	overflow: hidden;
	position: absolute;
	top: 471px;
	right: 468px;
	z-index: 10;
}
#panelIndicator li {
	color: #d1d1d1;
	font-size: 0.83em;
	margin: 0 5px;
	float: left;
	display: inline;
	line-height: 1.3;
}
#panelIndicator .active {
	font-weight: 700;
	font-size: 1em;
	margin-top: -1px;
}
