/* === 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;
}

div.g_slider_big {
	width: 700px ! important;
}
div.g_main_big {
	width: 700px ! important;
	height: 700px ! important;
}

div.g_preview_div_big {
	width: 700px ! important;
	height: 625px ! important;
}

div.g_waiter_big {
	width: 700px ! important;
	height: 625px ! important;
	line-height: 600px ! important;
	background-position: center 52% ! important;
}