
@import url('/css/index.css');

p {
	margin-bottom: 1.25em;
}
ul {
	margin-bottom: 1.25em;
}
ul ul {
	margin-bottom: 0;
	padding-left: 1.25em;
}
#screens {
	margin-top: 26px;
	padding-top: 22px;
	padding-left: 22px;
	height: 155px;
	background: url('/img/screens/plate.png') no-repeat;
}
#screens div {
	margin-right: 18px;
	width: 140px;
	float: left;
	font-size: 0.86em;
	text-align: center;
}

/** imagebox */
#overlay {
	display: none;
	margin: 0 -10px;
	padding: 0 10px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #000000;
}
#imagebox {
	display: none;
	margin-top: -250px;
	margin-left: -25px;
	padding: 10px;
	width: 88px;
	height: 80px;
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 101;
	background: #FFFFFF;
}
#imagebox-footer {
	margin-bottom: -30px;
	padding-top: 10px;
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: right;
	background: #FFFFFF;
}
* html #imagebox-footer {
	padding-left: 20px;
}
#imagebox-prev,
#imagebox-next {
	display: block;
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	background: url('/img/imagebox/blank.gif');
}
#imagebox-prev {
	left: 0;
}
#imagebox-next {
	right: 0;
}
#imagebox-prev img,
#imagebox-next img {
	margin-top: -22px;
	position: absolute;
	top: 50%;
	visibility: hidden;
}
#imagebox-prev img {
	left: 10px;
}
#imagebox-next img {
	right: 10px;
}
#imagebox-prev:hover img,
#imagebox-next:hover img {
	visibility: visible;
}