body {
	background: #C1CCB2;
	color: #222;
	font-family: 'Verdana', Helvetica, Arial, sans-serif;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: x-small;
	}
html>body {font-size: x-small;}

* {
	margin: 0;
	padding: 0;
	}
#slideshow {
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	width: 640px;
	}
h1 {
	float: left;
	width: 300px;
	text-align: left;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small;
	}
html>h1 {font-size: small;}

/*
prev-next
--------------------------------*/
.prev a,
.next a {
	margin: 0 8px 0 0;
	padding: 0;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	text-indent: -9999px;
	}
.prev a {
	background: url(/assets/nav-icons.gif) 0 -16px no-repeat;
	}
.next a {
	background: url(/assets/nav-icons.gif) -16px -16px no-repeat;
	}
.prev a:hover,
.prev a:visited:hover {
	background-position: 0 -32px;
	}
.next a:hover,
.next a:visited:hover {
	background-position: -16px -32px;
	}

.slide-count {
	line-height: 16px;
	width: 200px;
	float: right;
	text-align: right;
	}

#slide {
	margin-top: 10px;
	background: #fff;
	float: left;
	width: 640px;
	height: 480px;
	clear: both;
	}
#slide img {
	clear: both;
	}
p.caption {
	background: #fff;
	padding: 10px;
	clear: both;
	}

#footer {
	margin: 0 auto;
	padding: 10px;
	width: 640px;
	clear: both;
	display: none;
	}
.copyright {
	text-align: center;
	}
.closer {
	display: none;
	}
/*.copyright {
	width: 300px;
	float: left;
	text-align: left;
	}
.closer {
	width: 300px;
	float: right;
	text-align: right;
	}*/

a:link,
a:visited {
	color: #222;
	text-decoration: none;
	}
a:hover,
a:visited:hover {
	color: #fff;
	text-decoration: none;
	}

