.zombie-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.zombie {
	cursor: url(../zombie/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.zombie img {
	border: 2px solid #333;
}
.zombie:hover img {
	border-color: #333;
}

.zombie-active-anchor img, .zombie-active-anchor:hover img {
	border-color: black;
}
.zombie-image {
	border-width: 2px;
	border-style: solid;
	border-color: black black #202020 black;
	background: gray;
}
.zombie-wrapper, .glossy-dark {
	background: #111;
}
.zombie-image-blur {
}
.zombie-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	color: white;
	background: #111;
}
.zombie-heading {
	display: none;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.zombie-dimming {
	position: absolute;
	background: black;
}
.zombie-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
	padding-left: 22px;
	background-image: url(../zombie/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	}
a.zombie-credits,
a.zombie-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.zombie-credits:hover,
a.zombie-credits:hover i {
	color: white;
	background-color: gray;
}
.zombie-move a {
	cursor: move;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.zombie-controls {
	width: 195px;
	height: 40px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
	background-image: url(../zombie/graphics/controlbar-black-border.gif);
	background-repeat: no-repeat;
	background-position: 0 -90px;
}
.zombie-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: url(../zombie/graphics/controlbar-black-border.gif);
	background-repeat: no-repeat;
	background-position: right -90px;
}
.zombie-controls li {
	float: left;
	padding: 5px 0;
}
.zombie-controls a {
	background: url(../zombie/graphics/controlbar-black-border.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.zombie-controls a.disabled {
	cursor: default;
}
.zombie-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}

/* The CSS sprites for the controlbar */
.zombie-controls .zombie-previous a {
	background-position: 0 0;
}
.zombie-controls .zombie-previous a:hover {
	background-position: 0 -30px;
}
.zombie-controls .zombie-previous a.disabled {
	background-position: 0 -60px !important;
}
.zombie-controls .zombie-play a {
	background-position: -30px 0;
}
.zombie-controls .zombie-play a:hover {
	background-position: -30px -30px;
}
.zombie-controls .zombie-play a.disabled {
	background-position: -30px -60px !important;
}
.zombie-controls .zombie-pause a {
	background-position: -60px 0;
}
.zombie-controls .zombie-pause a:hover {
	background-position: -60px -30px;
}
.zombie-controls .zombie-next a {
	background-position: -90px 0;
}
.zombie-controls .zombie-next a:hover {
	background-position: -90px -30px;
}
.zombie-controls .zombie-next a.disabled {
	background-position: -90px -60px !important;
}
.zombie-controls .zombie-move a {
	background-position: -120px 0;
}
.zombie-controls .zombie-move a:hover {
	background-position: -120px -30px;
}
.zombie-controls .zombie-full-expand a {
	background-position: -150px 0;
}
.zombie-controls .zombie-full-expand a:hover {
	background-position: -150px -30px;
}
.zombie-controls .zombie-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.zombie-controls .zombie-close a {
	background-position: -180px 0;
}
.zombie-controls .zombie-close a:hover {
	background-position: -180px -30px;
}
body {
	background-color: #000000;
}
h2 {
color:#aa0000;
font-family:"Courier New", Courier, monospace;
}
p {
color:#CCCCCC;
font-family:"Courier New", Courier, monospace;
font-size:12px;}

a:link, a:visited {
color:#aa0000;
}
#footer {
	font-family: "Courier New", Courier, monospace;
	color: #ccc;
	margin: auto;
	font-size: 12px;
	padding: 40px;
}
#footer p {margin:0;padding:0;}
