body {
	background: #000;
	color: #eee;
	text-shadow-color: #000;
}


/*before and afters*/

h2 {
	font-weight: normal;
}

.before {
	width: 250px;
	float: left;
}

p.label {
	font-size: 65%;
	color: #888;
	font-weight:bold;
	text-transform: uppercase;
	text-shadow:none;
}

p.label span {
	display:inline-block;
	width: 250px;
}

.after {
	width: 550px;
	float: right;
	margin-bottom: 5em;
}

hr {
	clear:  both;
	color: #000;
	border-color: #000;
}

#box {
	width: 250px;
	display: block;
	text-align: center;
	padding: 12em 0 0 0;
	text-transform: uppercase;	
}

#box span {
	color: #444;
	text-transform: none;
	font-style: italic;
}

p.footer {
	display: none;
}


/*slideshow*/
		
#galwrap { 
	position: relative; 
	background: url(loading.png) top center no-repeat #000;
}
		
#gallery {
	width: 800px;
	height: 560px;
	list-style: none;
	margin: 0;
	padding: 0 0 80px 0;
	position: relative;
	top: 10px;	
	background: #000;
}

#gallery li img { width: 800px; }  

p.footer {
	display: none;
}
