/* === ASPRINT === */

div.asprint {
	font-family: Courier New;
	font-size: 10pt;
	padding: 10px;
	text-align: left;
	color: white;
	background-color: black;
}

div.asp_block {
	margin-left: 20px;
	border: 1px solid #282828;
	border-right: none;
}

div.asp_key {
	background-color: #556677;
	margin-right: 10px;
	padding: 0px 5px;
	width: 100px;
	float: left;
}

font.asp_bool {
	color: #556677;
	font-style: italic;
}

font.asp_type {
	font-style: italic;
}

font.asp_eol {
	color: yellow;
}

font.asp_blank {
	border-bottom: 1px solid #AAAAAA;
}

/* === GALLERY === */

#g_slider {
width: 300px;
height: 60px;
overflow: hidden;
}

#g_slider img {
cursor: pointer;
}

img.g_arrow {
	position: absolute;
	z-index: 100;
/* 	display: none; */
}

#g_waiter {
	background-repeat: no-repeat;
	background-position: center 60%;
	line-height: 150px;
	text-align: center;
	background-image: url(waiter.gif);
	width: 300px;
	height: 225px;
}