@charset "utf-8";
/* CSS Document */

/* General styling guidelines */

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #000;
}


/* Page Elements styling and position */

div#onehundredwrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 960px;
	height: 100%;
}

ul#qualityBar {
	position: absolute;
	bottom: 150px;
	left: 0px;
	padding: 0px 0px 0px 100px;
	margin: 0;
	z-index: 1000;
}

div#display {
	width: 150px;
	height: 150px;
	overflow: auto;
	position: absolute;
	top: 40px;
	right: 0;
	margin: 0;
	padding: 0;
}

div#sliding {
	margin: 0;
	padding: 0;
	height: 3000px;
	width: 150px;
	position: absolute;
	top: 0;
	left: 0px;
}

div.quality {
	width: 150px;
	height: 150px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
}

div#overflowFix {
	position: absolute;
	right: 800px;
	bottom: 0px;
	width: 200px;
}

div#fader {
	position: absolute;
	right: 600px;
	bottom: 0px;
	width: 200px;
	z-index: 99;
}

span#name {
	position: absolute;
	top: 20px;
	left: 0px;
}

span#name2 {
	position: absolute;
	top: 70px;
	left: 0px;
}

a.java {
	display: none !important;
}

div.quality p {
	margin: 0;
	padding: 0;
	padding-top: 3px;
	text-align: center;
}
